Authentication Issues
Last updated
curl --request POST \
--url 'https://connect.reapit.cloud/token?grant_type=client_credentials&client_id=XCLIENTIDX' \
--header 'Authorization: Basic XBASE64SECRETX' \
--header 'content-type: application/x-www-form-urlencoded' \