Skip to main content
Tags let you categorise and segment your contacts for targeted messaging and automation. Use this endpoint to retrieve all tags defined in your workspace. You can paginate through results and search by keyword to locate specific tags quickly.
GET /api/v1/tags

Query Parameters

integer
The page number to retrieve. Must be 1 or greater. Defaults to 1.
integer
Number of tags to return per page. Must be 1 or greater.
string
Filter tags by name. Returns all tags whose name contains the provided keyword (case-insensitive).

Code Examples

Response

Returns 200 OK with a data array of tag objects.

Response Fields

array
required
Array of tag objects belonging to the workspace.

Example Response