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