curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/categories \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Retrieve all categories for a specific location with optional search and pagination.
curl --request GET \
--url https://services.leadconnectorhq.com/social-media-posting/{locationId}/categories \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"Bearer <token>"
"2021-07-28"
Successful response
Was this page helpful?