Skip to content

Retrieve a live access token from the vault

POST
/v1/organizations/{orgId}/connect/accounts/{accountId}/token

Refreshes the upstream token when near expiry. Every retrieval is audited.

orgId
required
string
accountId
required
string

Access token

object
access_token
string
expires_at
integer
nullable
scopes
Array<string>

Account not found

object
error
required
string
error_description
string

Upstream refresh failed

object
error
required
string
error_description
string