Projects
Retrieve project
Retrieve one project and its active deployment references.
GET
/api/v1/projects/{projectID}Authentication: REST bearer token required.
Parameters
projectIDUUIDrequiredPathThe project UUID.
Responses
200The requested project.
400The request is invalid or contains an unsupported value.
401The bearer token is missing, invalid, or expired.
404The requested resource does not exist for this account.