Get authorized OAuth apps
GET/api/v4/users/:user_id/oauth/apps/authorized
Get a page of OAuth 2.0 client applications authorized to access a user's account.
Permissions
Must be authenticated as the user or have edit_other_users permission.
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