cURL
curl --request GET \ --url https://api.shiftkeeper.io/teams/ \ --header 'x-api-key: <api-key>'
{ "teams": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ], "meta": { "total": 123, "page": 123, "per_page": 123 } }
List all teams in your organization.
Enter your API key which starts with 'keeper_'
The number of items per page.
1 <= x <= 100
The page number of the results to return.
x >= 1
Default Response
Show child attributes
The ID of the team.
The name of the team.
1 - 60
The description of the team.
200
The total number of items in the collection.
The current page number.