Trying to make authentication call to obtain token but receiving this error.
I followed all the steps documented here to obtain access token passing client id and client secret.
A 400 response means there is something wrong with your request. The response body often indicates what was wrong with the request.
The latest version of the Python SDK, v57.0.1, was just published and contains a helper for authenticating with client credentials. The docs aren't updated on the dev center yet as of this comment, but you can see info about the new auth helper in the readme in the repo in the meantime: https://github.com/MyPureCloud/platform-client-sdk-python/blob/master/README.md