cURL
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" } ]
Retrieve all tags for the account with optional pagination and search filters
Offset for pagination
Limit the number of results
Search term to filter tags
Retrieved all tags successfully
The response is of type object[].
object[]
Was this page helpful?