Skip to main content
PUT
Update tag

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings β†’ Team API Key.

Example:

Path Parameters

identifier
string
required

Tag identifier to update

Pattern: ^(tag_)?[a-zA-Z0-9]{22}$

Body

application/json
name
string
required

Tag name (must be unique within team)

Example:

"VIP Customer"

Response

βœ… Tag updated successfully

id
string

Unique tag identifier with tag_ prefix

Pattern: ^tag_[a-zA-Z0-9]{22}$
Example:

"tag_abc123def456ghi789"

name
string

Tag name

Example:

"VIP Customer"

created
string<date-time>

Tag creation timestamp

Example:

"2024-01-20T10:30:00Z"

updated
string<date-time>

Tag last update timestamp

Example:

"2024-01-20T10:30:00Z"