curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"tags": [
"minim",
"velit magna"
]
}
'{
"tags": [
"minim",
"velit magna"
]
}Add Tags
curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"tags": [
"minim",
"velit magna"
]
}
'{
"tags": [
"minim",
"velit magna"
]
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Contact Id
"sx6wyHhbFdRXh302LLNR"
["minim", "velit magna"]Successful response
["minim", "velit magna"]Was this page helpful?