cURL
curl --request GET \ --url https://api.novacal.io/v1/teams \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 123, "name": "<string>", "username": "<string>", "about": "<string>", "logo": "<string>" } ] }
List all Novacal teams the authenticated user belongs to and review the team data returned by the teams collection endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Teams response
Indicates whether the request was successful
true
Show child attributes