curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/rss-migration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"status": true
}
'{
"status": true
}Create or update the RSS migration status for a specific location
curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/rss-migration \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"status": true
}
'{
"status": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Returns the updated RSS migration status
RSS migration status
Was this page helpful?