Client Tags

This guide enables developers to interact with the Whautomate platform programmatically, offering endpoints designed to manage client tags efficiently.

Client tags are a crucial aspect of organizing and categorizing client information within the platform.

get
Query parameters
limitstringOptional
pagestringOptional
searchTextstringOptional
Header parameters
x-api-keystringRequired
Responses
200

200 response

application/json
get
/v1/clientTags
200

200 response

post
Header parameters
x-api-keystringRequired
Body
idstringOptional
namestringRequired
canonicalstringOptional
createdAtstringOptional
updatedAtstringOptional
Responses
200

200 response

application/json
post
/v1/clientTags
200

200 response

get
Path parameters
clientTagIdstringRequired
Header parameters
x-api-keystringRequired
Responses
200

200 response

application/json
get
/v1/clientTags/{clientTagId}
200

200 response

delete
Path parameters
clientTagIdstringRequired
Header parameters
x-api-keystringRequired
Responses
200

200 response

application/json
delete
/v1/clientTags/{clientTagId}
200

200 response

Last updated