Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
company_id
string<uuid>
required

Unique identifier for the company

Example:

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

tag_name
string
required

Display name of the tag

Example:

"VIP Customer"

status
boolean
default:true

Whether the tag is active (defaults to true)

Example:

true

Response

Tag created successfully

message
string
Example:

"Tag created successfully!"

tag
object