Skip to content

Create

POST
/projects

Create Project.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Request Body

JSON
{
"name": "string",
"description": "string"
}

Responses

Project created.
application/json
JSON
{
"uuid": "og888os"
}

Samples

Powered by VitePress OpenAPI