Skip to main content
GET
List OAuth applications for organization
Lists all OAuth applications for an organization. Only OWNERS and ADMINS can list OAuth applications.

Permissions

Only OWNERS and ADMINS can list OAuth applications.

Path Parameters

Example Request

Example Response

Client secrets are never returned in list responses for security reasons.

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

Only owners and admins can list OAuth applications.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

Applications retrieved successfully. Returns array of OAuth applications without client secrets.