curl --request GET \
--url https://www.renovationfind.com/rest-manager-api-v1/vendors/{vendorId}/blog-entries \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 123,
"title": "<string>",
"url": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://www.renovationfind.com/rest-manager-api-v1/vendors/{vendorId}/blog-entries \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": 123,
"title": "<string>",
"url": "<string>"
}
]
}