cURL
curl --request POST \ --url https://api.sandbox.teal.dev/v0/platform/tag-groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>" }
Creates a tag group for the platform.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
An arbitrary string, useful for identifying the tag group to the user.
Successful Response
The unique ID of the object.
An arbitrary string, useful for identifying the tag to the user.