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

Errors

401
Unauthorized Error