Get a tag
Retrieve an existing tag by ID.
TypeScript
Path Parameters
The ID of the tag to retrieve
Response
200 - application/json
A tag object
The unique identifier of the tag
Example:
"df4c0987-30da-4976-8dcf-bc2dd41ae331"
The tag label
Example:
"VIP"
Indication if the tag is a protected tag
The date and time the tag was last updated
Example:
1717084800000
Description for the tag
Example:
"Tag for VIP customers"
The tag color in hex format
Example:
"#FF5733"
The tag type, indicating the domain that owns the tag
Available options:
WALLET_POOL Approval request details
Previous
Delete a tagDelete the specified tag.
Endpoint Permission: For protected tags: Owner, Admin, Non-Signing Admin. For non protected tags: Owner, Admin, Non-Signing Admin, Signer, Editor, Approver.
Next
TypeScript