Skip to main content
POST
Get a valid access token, doing a refresh if needed

Authorizations

Authorization
string
header
required

Personal API key sent as a bearer token.

Body

application/json
providerId
string
required

The provider ID for the OAuth provider

accountId
string

The account ID associated with the refresh token

userId
string

The user ID associated with the account

Response

A Valid access token

tokenType
string
idToken
string
accessToken
string
accessTokenExpiresAt
string<date-time>