curl --request POST \
--url https://services.leadconnectorhq.com/blogs/posts/verify/blog-path \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"domain": "<string>",
"type": "<string>",
"paths": [
"<string>"
]
}
'curl --request POST \
--url https://services.leadconnectorhq.com/blogs/posts/verify/blog-path \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"domain": "<string>",
"type": "<string>",
"paths": [
"<string>"
]
}
'Was this page helpful?