curl --request POST \
--url https://platform.thena.ai/v1/tickets/sentiment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"icon": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>"
}'
This endpoint is only available for standard and enterprise tier organizations.
curl --request POST \
--url https://platform.thena.ai/v1/tickets/sentiment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"icon": "<string>",
"description": "<string>",
"isDefault": true,
"teamId": "<string>"
}'
Enter your API key
User is not authenticated!