curl --request GET \ --url https://platform.thena.ai/v1/teams \ --header 'Authorization: Bearer <token>' \ --header 'x-org-id: <api-key>'
{ "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 JWT bearer token
Enter organization ID
The status of the response
The message of the response
The timestamp of the response
The teams fetched
Show child attributes
The ID of the team
The name of the team
The team ID of the team
The identifier of the team
The name of the team owner
The ID of the team owner
The fallback sub team
The creation date of the team
Whether the team is active
Whether the team is private
The icon of the team
The color of the team
The parent team ID of the team
The name of the parent team
The description of the team
The archived date of the team
The updated date of the team