Skip to main content
POST
/
recipients
/
tokens
/
get-access-token
cURL
curl --request POST \
  --url https://api.example.com/recipients/tokens/get-access-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshTokenId": "<string>"
}
'
{
  "token": "<string>"
}

Body

application/json
refreshTokenId
string
required

Response

Fresh Access Token

token
string
required