cURL
curl --request POST \ --url https://api.smokeball.com/contacts/{id}/tags \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '[ "<string>" ]'
{ "id": "<string>", "href": "<string>", "relation": "<string>", "method": "GET" }
Adds tags to a contact.
The contact ID
The list of tags to add
The body is of type string[].
string[]
When request is successful. Returns a hypermedia 'Link' object.