List OAuth apps
GET/apps
Returns all OAuth applications created by the authenticated admin user. Requires admin role and credentials.manage scope. Client secrets are not included in the response. Maximum of 10 apps per user.
Responses
- 200
- 401
- 500
List of OAuth apps (secrets omitted)
Unauthorized - admin role and credentials.manage scope required
Internal server error