Get OAuth app details
GET/apps/:appId
Retrieves a specific OAuth application by ID. Only the owner can access their own apps. The client secret is not included in the response.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OAuth app details (secret omitted)
Invalid app ID format
Unauthorized - admin role and credentials.manage scope required
App not found or access denied
Internal server error