Get an OAuth app
GET/api/v4/oauth/apps/:app_id
Get an OAuth 2.0 client application registered with Mattermost.
Permissions
If app creator, must have mange_oauth permission otherwise manage_system_wide_oauth permission is required.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 501
App retrieval successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions
Resource not found
Feature is disabled