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