Get client details
GET/api/2.0/clients/:clientId
Retrieves detailed information about a specific OAuth2 client including its name, description, redirect URIs, and scopes.
Request
Responses
- 200
- 400
- 403
- 404
- 429
- 500
Client details successfully retrieved
Invalid client ID format
Insufficient permissions to view client
Client not found
Too many requests - rate limit exceeded
Internal server error occurred