List post categories

List all post categories.

GET
/sites/{siteId}/posts/{postId}/category
Authorization<token>

API key authentication.

--header 'Authorization: Bearer <VOIDFULL_API_KEY>'

In: header

Path Parameters

siteIdstring

The ID of the site

postIdstring

The ID of the post

Response Body

curl -X GET "https://api.app.voidfull.com/api/v1/sites/string/posts/string/category"
{}