Get OAuth app details
GET/integrations/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.
Requires scope: credentials.manage.
Request
Responses
- 200
- 400
- 401
- 404
- 500
OAuth app details (secret omitted)
Invalid app ID format
Unauthorized - root operator role and credentials.manage scope required
App not found or access denied
Internal server error