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 , where is your auth token.
An arbitrary string, useful for identifying the tag group to the user.
"Delivery vehicles"
Successful Response
The unique ID of the object.
"UjL3BQnEaJtecuC7CUeDk"
An arbitrary string, useful for identifying the tag to the user.
"Sprinter - 1ab-c23"