Default

Refresh the access token using a refresh token

post/refresh-token

Request body

providerIdstring required

The provider ID for the OAuth provider

accountIdstring nullable

The account ID associated with the refresh token

userIdstring nullable

The user ID associated with the account

Response

Access token refreshed successfully

tokenTypestring
idTokenstring
accessTokenstring
refreshTokenstring
accessTokenExpiresAtstring date-time
refreshTokenExpiresAtstring date-time

Changes