POST
/
projects

Authorizations

X-Api-Key
string
headerrequired

Body

application/json
appName
string
required

The app name.

name
string
required

The project name. Must be alphanumerics and hyphens only. Project names will be save in lowercase.

orgId
string
required

The organization ID.

Response

201 - application/json
id
string
required

The project ID.

name
string
required

The project name.

appName
string
required

The name of the application, which is displayed to end users.

orgId
string

The organization ID that this project belongs to.

createTime
string
required

The time the project was created.

updateTime
string

The time the project was updated.