Post Get Access Token
Get a valid access token, doing a refresh if needed
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
A Valid access token
tokenType
idToken
accessToken
accessTokenExpiresAt
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error