General
Create or get Project
Create a project or get the project if it already exists. Is used to find out UUID of project.
POST
/
api
/
parea
/
v1
/
project
Authorizations
x-user-id
string
headerrequiredBody
application/json
name
string
requiredName of the project
Response
200 - application/json
name
string
requiredName of the project
uuid
string
requiredUUID of the project
created_at
string
requiredTimestamp the project was created
was_created
boolean
requiredIf the project was created or not.
Was this page helpful?