Post Refresh Token
Refresh the access token using a refresh token
Authentication
AuthorizationBearer
Bearer token authentication
Request
This endpoint expects an object.
providerId
The provider ID for the OAuth provider
accountId
The account ID associated with the refresh token
userId
The user ID associated with the account
Response
Access token refreshed successfully
tokenType
idToken
accessToken
refreshToken
accessTokenExpiresAt
refreshTokenExpiresAt
grantedScopes
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error