cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/tag/{tagId} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "sendx_123", "name": "Important Tag", "created": "2024-10-08T12:00:00Z", "updated": "2024-10-08T12:00:00Z" }
Retrieve a tag based on the provided tag ID
ID of the tag you want to fetch
Successful response with the tag details
The response is of type object.
object
Was this page helpful?