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