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
Response
200 - application/json
name
string
requiredid
string
requiredorganizationId
string
requiredprojectEnvironments
object[]
Was this page helpful?