curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/rss \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"blogId": "<string>",
"url": "<string>",
"name": "<string>",
"noOfPosts": 123,
"loadFullContent": true
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/site/rss \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"blogId": "<string>",
"url": "<string>",
"name": "<string>",
"noOfPosts": 123,
"loadFullContent": true
}
'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?