Skip to main content
GET
/
api
/
orgs
/
{id}
/
teams
List teams
curl --request GET \
  --url https://atollhq.com/api/orgs/{id}/teams \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

id identifier

Query Parameters

shape
enum<string>

Opt into the CLI-compatible list envelope response.

Available options:
envelope,
cli
response_shape
enum<string>

Alias for shape; use cli for the CLI-compatible list envelope response.

Available options:
cli,
envelope

Response

Successful response

The response is of type object.