#Errors getting started with BlueXP API Authentication

1 messages · Page 1 of 1 (latest)

stuck prairie
#

I've setup a connector and using that client_ID. I have a refresh_token enabled, and I've even tried username & password but I can't get a bearer token.

Most times I get this:
{'error': 'access_denied', 'error_description': 'Unauthorized'}

However I get this with a curl command I get this: {"error":"unauthorized_client","error_description":"Grant type 'refresh_token' not allowed for the client.","error_uri":"https://auth0.com/docs/clients/client-grant-types"}

Happy for any suggestions on figuring out what I'm doing wrong.