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.
The access token received from the authorization server in the OAuth 2.0 flow.
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.