Skip to main content
GET
Get Tags
Use this endpoint to fetch all tags available in your workspace. You can use these tag IDs when creating or updating a contact to categorize them.

Authorizations

X-API-Key
string
header
required

Query Parameters

page
integer
default:1

Page number for pagination (min: 1)

Required range: x >= 1
limit
integer
default:10

Number of tags per page (min: 1, max: 100)

Required range: 1 <= x <= 100

Search term to filter tags by name

createdBy
string

Filter tags by the ID of the user who created them

Response

Tags retrieved successfully

status
string
Example:

"success"

data
object[]
pagination
object