cURL
curl --request GET \ --url https://api.sandbox.teal.dev/v0/platform/tag-groups/{tag_group_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>" }
Retrieves an existing tag group.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The tag group ID
Successful Response
The unique ID of the object.
"UjL3BQnEaJtecuC7CUeDk"
An arbitrary string, useful for identifying the tag to the user.
"Sprinter - 1ab-c23"