Post Refresh Token

Refresh the access token using a refresh token

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
providerIdstringRequired
The provider ID for the OAuth provider
accountIdstring or nullOptional
The account ID associated with the refresh token
userIdstring or nullOptional
The user ID associated with the account

Response

Access token refreshed successfully
tokenTypestring
idTokenstring
accessTokenstring
refreshTokenstring
accessTokenExpiresAtdatetime
refreshTokenExpiresAtdatetime
grantedScopeslist of strings

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error