Skip to main content
POST
Refresh the access token using a refresh token

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

Access token refreshed successfully

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