Hey everyone,
Apologies if this has already been addressed but am new to the Genesys platform and trying to sort through some of the APIs available. In that, I am having difficulty obtaining the token. I have created the OAuth client in Genesys Admin with a grant type as 'Client Credentials'. When making the call via Postman as well as the example they provide for Python I am getting a 400 returned.
The following headers are defined:
Content-Type : application/x-www-form-urlencoded
Authorization: Basic (base64)
I have tried both x-www-form-urlencoded and raw as the Body when sending
{
"grant_type": "client_credentials"
}
Can anyone point me in the right direction here?
Thanks for the assistance!
#API/Integrations------------------------------
Chad
------------------------------