cURL
projects
Create a new Project
Allows to create a new project with the provided configuration. It only requires the project name but more configuration can be provided to override the defaults.
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The desired name for the project
Maximum string length:
100Example:
"a-project-name"
Response
The project was successfuly created