Projects

List projects (applications)

get
/v1/projects
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
cursorstringOptional
limitinteger · min: 1 · max: 200OptionalDefault: 50
Responses
get
/v1/projects
200

Projects list

Create a project (application)

post
/v1/projects
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
descriptionstring | nullableOptional
Responses
chevron-right
201

Project created

application/json
post
/v1/projects
201

Project created

Get a project

get
/v1/projects/{projectId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
projectIdstringRequired
Responses
get
/v1/projects/{projectId}
200

Project detail

Last updated