projects
Fetches all the active projects the belong to the organization
GET
/
organizations
/
{organizationId}
/
projects
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
organizationId
string
requiredID of organization
Response
200 - application/json
projects
object[]
Was this page helpful?