Skip to main content
GET
Get OAuth application by client ID
Retrieves OAuth application details by client ID. Only OWNERS and ADMINS can view OAuth applications.
The client secret is never returned after creation. Only configuration details are shown.

Permissions

Only OWNERS and ADMINS can view OAuth applications.

Path Parameters

Example Request

Example Response

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

Only owners and admins can view OAuth applications.

404 Not Found

OAuth application not found with the provided client ID.

Authorizations

Authorization
string
header
required

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

Path Parameters

clientId
string
required

Response

Application retrieved successfully with configuration details (client secret is never returned after creation).