Project
Create a new project
POST
/
projects
Authorizations
X-Api-Key
string
headerrequiredBody
application/json
appName
string
requiredThe app name.
name
string
requiredThe project name. Must be alphanumerics and hyphens only. Project names will be save in lowercase.
orgId
string
requiredThe organization ID.
Response
201 - application/json
id
string
requiredThe project ID.
name
string
requiredThe project name.
appName
string
requiredThe name of the application, which is displayed to end users.
orgId
string
The organization ID that this project belongs to.
createTime
string
requiredThe time the project was created.
updateTime
string
The time the project was updated.
Was this page helpful?