I'm looking to play around with the API in the training environment that I was provisioned. I've created an appropriate client using the Client Credentials app, but I keep getting 504 timeout errors. Here is an anonymized cURL snippet representing the Postman request I'm attempting to send:
curl --location 'https://auth.reltio.com/oauth/token' \
--header 'Authorization: Basic <base_64_encoded_from client_id:client_secret>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials'
I'm able to confirm that my authorization base 64 is correct as I get appropriate errors if I change anything about it (including generating it with the wrong secret).
Is this a limitation of the training tenant? Or is there something else going on?
Thanks
------------------------------
Trevor Burn
Assent
------------------------------