Skip to main content
GET
/
v0
/
platform
/
tag-groups
/
{tag_group_id}
Retrieve a tag group
curl --request GET \
  --url https://api.sandbox.teal.dev/v0/platform/tag-groups/{tag_group_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tag_group_id
string
required

The tag group ID

Response

Successful Response

id
string
required

The unique ID of the object.

Example:

"UjL3BQnEaJtecuC7CUeDk"

name
string
required

An arbitrary string, useful for identifying the tag to the user.

Example:

"Sprinter - 1ab-c23"