Skip to main content
POST
Add tags to a contact

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Body

application/json
tags
string[]

Tags to append (1–50 items, each 1–50 chars).

Response

200 - application/json

The contact id and its full, de-duplicated tag list, wrapped in the standard { data, meta } envelope.

data
object
meta
object