cURL
curl --request POST \ --url https://platform.thena.ai/v1/teams \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "icon": "<string>", "color": "<string>", "identifier": "<string>", "parentTeamId": "<string>", "isPrivate": true }'
{ "status": true, "message": "Success", "timestamp": "2024-01-01T00:00:00.000Z", "data": { "id": "<string>", "name": "<string>", "icon": "<string>", "color": "<string>", "parentTeamId": "<string>", "parentTeamName": "<string>", "teamId": "<string>", "identifier": "<string>", "description": "<string>", "teamOwner": "<string>", "teamOwnerId": "<string>", "fallbackSubTeam": "<string>", "createdAt": "<string>", "isActive": true, "isPrivate": true, "archivedAt": "<string>", "updatedAt": "<string>" } }
Enter your API key
The name of the team
The description of the team
The icon of the team
The color of the team
The identifier of the team
The parent team ID of the team
Whether the team is private
Operation successful
The status of the response
The message of the response
The timestamp of the response
The response for create/update/delete team operations
Show child attributes