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
clientIdstring or null
The client application's public identifier.
displayNamestring or null
The client application's display name.
scopeslist of strings or null
The granted OAuth scopes.
authorizedOnstring or nullformat: "date-time"
The date when the client was first authorized.

Errors

401
Unauthorized Error