GET
/
tag
Get All Tags
curl --request GET \
  --url https://api.sendx.io/api/v1/rest/tag \
  --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

Query Parameters

offset
integer

Offset for pagination

limit
integer

Limit the number of results

Search term to filter tags

Response

200
application/json

Retrieved all tags successfully

The response is of type object[].