Teams: Create
This documentation entry provides a clear guide for developers on how to create a new team using the API, including the necessary parameters, headers, and expected response.
Endpoint
POST /api/teams
/api/teamsRequest
POST https://uptimekeep.com/api/teamsHeader
Type
Description
Parameter
Type
Required
Description
curl --request POST \
--url 'https://uptimekeep.com/api/teams' \
--header 'Authorization: Bearer {api_key}' \
--header 'Content-Type: multipart/form-data' \
--form 'name=My team'Response
Fields
Field
Type
Description
Errors
Last updated