Sophos Intellix Authenticate API Error trying to Authenticate

I am trying to authenticate to the sophos intellix authenticate api:

curl --location --request POST 'api.labs.sophos.com​/.../token' 
--header 'Content-Type: application/json;charset=UTF-8' 
--header 'Authorization: Basic {encoded key:secret}' 
--data-raw 'grant_type=client_credentials

I am receiving this response:

400 ERROR The request could not be satisfied.

Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.

If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.

Generated by cloudfront (CloudFront) Request ID: cbA_F5avox5aIXvXdc91LFbn0PylJY4LfKqB_bYL7dfMsgCFElTArA==

What am I missing in the cURL request?

Parents Reply Children
No Data