cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/post/category \ --header 'X-Team-ApiKey: <api-key>'
[ { "id": "post_category_YzS1wOU20yw87UUHKxMzwn", "name": "Product Updates", "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" } ]
Retrieves all blog post categories.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
✅ Categories retrieved successfully
Id for the post category
"post_category_YzS1wOU20yw87UUHKxMzwn"
Name for the post category
"Product Updates"
Date and time when the post category was created
Date and time when the post category was last updated
Was this page helpful?