Skip to main content

Get the authorizations

Retrieve the authorizations of the authenticated user.

Query Parameters
    account_key string[]
Responses

The authorizations of the user


Schema
  • Array [
  • access_token_issued_at date-time required

    When the access token was issued

    account string required

    Account key

    refresh_token_issued_at date-time

    When the refresh token was issued

    status AuthorizationStatus required

    Possible values: [connected]

    The connections status

  • ]
Loading...