Exchange a grant for an access token.
cURL
curl --request POST \ --url https://api.rapidly.tech/api/oauth2/token \ --header 'Content-Type: application/x-www-form-urlencoded'
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123, "refresh_token": "<string>", "scope": "<string>", "id_token": "<string>" }
Successful Response
"Bearer"