Add Labels
POST
/api/v1/accounts/{account_id}/contacts/{contact_identifier}/labels
Contact Labels
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/accounts//contacts//labels' \
--header 'Content-Type: application/json; charset=utf-8' \
--data-raw '{
"labels": [
"string"
]
}'
Response Response Example
200 - Example 1
{
"payload": [
"string"
]
}
Request
Path Params
account_id
stringÂ
required
contact_identifier
stringÂ
required
Body Params application/json; charset=utf-8