Skip to main content
POST
Add a tag to a contact

Authorizations

Authorization
string
header
required

Authentication token required for accessing protected endpoints. The token should be obtained from the main SalesCaptain authentication service.

Path Parameters

company_id
string<uuid>
required

Unique identifier for the company

Example:

"7f22b96a-f75b-461e-9a1d-b8ff6f53f519"

Body

application/json
contact_id
string<uuid>
required

Unique identifier for the contact

Example:

"11111111-1111-1111-1111-111111111111"

tag_id
string<uuid>
required

Unique identifier for the tag to assign

Example:

"c9d8e7f6-a5b4-3210-9876-543210fedcba"

Response

Tag assigned to contact successfully

message
string
Example:

"Tag assigned to contact successfully!"

data
object