GET
/
tag
/
{tagId}
Get a Tag by ID
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"
}

Authorizations

X-Team-ApiKey
string
header
required

Path Parameters

tagId
string
required

ID of the tag you want to fetch

Response

200
application/json

Successful response with the tag details

The response is of type object.