Sites & Content
funnels, forms & media api
Create or update the RSS migration status for a specific location
cURL
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.
Bearer <token>
<token>
Location ID to update RSS migration status
RSS migration status flag
Returns the updated RSS migration status
RSS migration status
Was this page helpful?