curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/rss-migration \
--header 'Authorization: Bearer <token>'{
"status": true
}Get the RSS migration status for a specific location
curl --request GET \
--url https://services.leadconnectorhq.com/blogs/site/rss-migration \
--header 'Authorization: Bearer <token>'{
"status": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Location ID to check RSS migration status
Returns the RSS migration status
RSS migration status
Was this page helpful?