Skip to main content
POST
Create Worker Tag
This endpoint creates a new global tag and assigns it to the specified worker. Once created, the tag is available to assign to any worker via the Add Worker Tag endpoint.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Worker ID

Body

application/json
text
string
required

The label for the new tag.

Example:

"New Tag"

Response

Created

A tag that can be assigned to workers.

id
string
required

Unique tag identifier.

Example:

"WzDHL"

text
string
required

The tag label.

Example:

"New Tag"