OAUTH Error - 400 Bad Request - Python - Access Token Generation

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.

https://developer.mypurecloud.com/api/tutorials/oauth-client-credentials/?language=python&step=1

Failure: 400 - Bad Request
Process finished with exit code 144 (interrupted by signal 16: SIGURG)

Thanks for your help!

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

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.