Projects
Create project
Create a new project for a client. Project management must be enabled to perform this operation.
POST
Python
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Body
application/json
Response
201 - application/json
Created
The response is of type object
.
Python