cURL
curl --request GET \ --url https://api.novacal.io/v1/teams/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": 123, "name": "<string>", "username": "<string>", "about": "<string>", "logo": "<string>" } }
Retrieve a single Novacal team by ID, including its name, username, branding details, and other team profile information.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of team
Team response
Indicates whether the request was successful
true
Show child attributes