cURL
curl --request POST \ --url https://{subdomain}.mihu.ai/api/v1/contacts/{uuid}/add-tag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tag_id": 1 }'
{ "success": true, "message": "Tag added to contact successfully", "data": [ "<unknown>" ] }
Adds a tag to a specific contact.
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
UUID of the contact
1
Success
true
"Tag added to contact successfully"