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.
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

A Valid access token
tokenTypestring
idTokenstring
accessTokenstring
accessTokenExpiresAtdatetime

Errors

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