We are hitting a 401 when calling /api/v2/oauth/token with grant_type=client_credentials. The body is standard JSON and the Content-Type is set correctly. The client_id and secret are verified as active in the admin console. Here is the curl we are using: curl -X POST https://api.nice.incontact.com/CXone/oauth/token -H ‘Content-Type: application/json’ -d ‘{“grant_type”: “client_credentials”, “client_id”: “abc”, “client_secret”: “xyz”}’.