# Get OAuth client. Get an OAuth client. Endpoint: GET /oauth-clients/{oAuthClientId} Version: 0.0.1 Security: o_auth ## Path parameters: - `oAuthClientId` (string, required) The ID of the OAuth client to delete. ## Response 200 fields (application/json): - `callbacks` (array) - `clientId` (string) - `clientSecret` (string) - `grantTypes` (array, required) Enum: "authorization_code", "client_credentials", "password", "refresh_token" - `name` (string, required) ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 404 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 500 fields