Get the authorizations
Retrieve the authorizations of the authenticated user.
Query Parameters
account_key string[]
Responses
- 200
The authorizations of the user
application/json
Schema
Example (from schema)
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
[
{
"access_token_issued_at": "2025-02-03T12:06:27.004Z",
"account": "string",
"refresh_token_issued_at": "2025-02-03T12:06:27.004Z",
"status": "connected"
}
]
Loading...