POST
/
projects
curl --request POST \
  --url https://partner.peaka.studio/api/v1/projects \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Sample Project Name"
}'
{
  "id": "URNg0GIj",
  "name": "Sample Project Name",
  "description": "Non accusantium ducimus accusantium. Laborum eum accusamus sit sit hic eaque doloremque. Occaecati blanditiis facere consequuntur consectetur culpa reiciendis hic tempore dolorem. Saepe impedit nam necessitatibus maxime numquam voluptatum cum. Adipisci mollitia blanditiis sint inventore ex commodi occaecati ipsam quas.",
  "domain": "sampleprojectname-cdcn",
  "webhookBaseUrl": "https://sampleprojectname-cdcn--test.api.peaka.host",
  "createdAt": "2024-09-10T10:11:02.385253956Z"
}

Body

application/json
Project to create
name
string
required

Project name

description
string

Descriptive text about the project

Response

200 - application/json
Project created

Project

id
string

Project ID

name
string

Project name

description
string

Descriptive text about the project

domain
string

Domain of the project

webhookBaseUrl
string

Webhook base URL

createdAt
string

The date and time the project was created