projects
Find an project by ID
GET
/
projects
/
{projectId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectId
string
requiredID of project
Required string length:
36
Response
200 - application/json
name
string
requiredid
string
requiredRequired string length:
36
organizationId
string
requiredRequired string length:
36
projectEnvironments
object[]
Was this page helpful?