cURL
curl --request POST \ --url https://api.shiftkeeper.io/teams/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "team": { "id": "<string>", "name": "<string>", "description": "<string>" } }
Create a new team.
Enter your API key which starts with 'keeper_'
The name of the team.
1 - 60
The description of the team.
200
Default Response
Show child attributes
{ "id": "tea_VJ4sYEOOXVvJBXqFjRzpm", "name": "Payments", "description": "All about payments and billing"}