Organization APIRoles
List a project's grants
Authorization
personalAccessTokenAuth AuthorizationBearer <token>
Personal access token (prefixed gb_pat_). Acts on behalf of its owner and can never exceed the owner's own permissions. Send it as Authorization: Bearer <token>.
In: header
Path Parameters
organizationId*number
applicationId*number
Response Body
application/json
curl -X GET "https://example.com/organization/0/projects/0/grants"[ { "id": 0, "applicationId": 0, "subjectType": "user", "subjectId": 0, "roleId": 0, "createdAt": null }]