Returns the third-party OAuth client applications authorized by the current account.
Returns the third-party OAuth client applications authorized by the current account.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
clientId
The client application's public identifier.
displayName
The client application's display name.
scopes
The granted OAuth scopes.
Errors
401
Unauthorized Error

