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