Projects
Project management operations
Returns a list of all projects accessible to the authenticated user
Authorizations
X-API-KeystringRequired
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Maximum number of projects to return
20offsetintegerOptionalDefault:
Number of projects to skip
0statusstring · enumOptionalPossible values:
Filter projects by status
Responses
200
A list of projects
application/json
401
Unauthorized
application/json
get
/projectsCreates a new project
Authorizations
X-API-KeystringRequired
Body
namestringRequiredExample:
Website RedesigndescriptionstringOptionalExample:
Redesign of the company websitestatusstring · enumOptionalDefault:
draftPossible values: Responses
201
Project created successfully
application/json
400
Bad request
application/json
401
Unauthorized
application/json
post
/projectsRetrieves a project by its ID
Authorizations
X-API-KeystringRequired
Path parameters
projectIdstring · uuidRequired
ID of the project to retrieve
Responses
200
Project details
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Resource not found
application/json
get
/projects/{projectId}Last updated
