Skip to main content
GET
Get a tag

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token.

Headers

Alguna-Version
enum<string>
required
Available options:
2026-04-01

Path Parameters

id
string
required

Unique identifier for the tag

Response

Success

color
string
required

Hex color used to render the tag

Example:

"#64748B"

created_at
string<date-time>
required

Timestamp when the tag was created

Example:

"2026-04-01T10:00:00Z"

entity_types
enum<string>[]
required

Resource types this tag can be attached to

Available options:
product,
customer,
plan,
subscription,
metric,
invoice,
quote
Example:
id
string
required

Unique identifier for the tag. Pass it to the tag_ids filter on list endpoints

Example:

"tag_01H1VECT"

name
string
required

Display name of the tag

Example:

"Enterprise"

updated_at
string<date-time>
required

Timestamp when the tag was last updated

Example:

"2026-04-01T12:30:00Z"