Skip to main content
This schema describes objects returned by the Custom Tag endpoints.

A custom tag for organizing and categorizing accounts and campaigns. You can use them as filters in apis that list accounts and campaigns.

id
string<uuid>
required
read-only

Unique identifier for the custom tag

Example:

"01a0046b-aef9-7d68-b7cc-44dd078756df"

timestamp_created
string<date-time>
required
read-only

Timestamp when the custom tag was created

Example:

"2026-08-15T07:56:01.145Z"

timestamp_updated
string<date-time>
required
read-only

Timestamp when the custom tag was last updated

Example:

"2026-08-15T07:56:01.145Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this custom tag

Example:

"01a0046b-aef9-7d68-b7cc-44defe9307c1"

label
string
required

Display label for the custom tag. Must be unique per workspace after trimming whitespace.

Minimum string length: 1
Pattern: .*\S.*
Example:

"Important"

description
null | string

Detailed description of the custom tag purpose

Example:

"Used for marking important items"