Get OAuth apps
GET/api/v4/oauth/apps
Get a page of OAuth 2.0 client applications registered with Mattermost.
Permissions
With manage_oauth permission, the apps registered by the logged in user are returned. With manage_system_wide_oauth permission, all apps regardless of creator are returned.
Request
Responses
- 200
- 400
- 401
- 403
- 501
OAuthApp list retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Feature is disabled