Default

Refresh the access token using a refresh token

post/refresh-token

Request body

providerIdstring required

The provider ID for the OAuth provider

{"stackTrail":"paths:/refresh-token:post:requestBody:content:application/json:schema:properties:accountId","oasType":"schema","type":"unknown","description":"The account ID associated with the refresh token"}
{"stackTrail":"paths:/refresh-token:post:requestBody:content:application/json:schema:properties:userId","oasType":"schema","type":"unknown","description":"The user ID associated with the account"}

Response

Access token refreshed successfully

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

Changes