I’m trying to authenticate with the cloud API but I’m having some issues with it…
On the first step where the authorization is generated, I think the code that’s returned is wrong…
The documentation suggests the code should be in this format: “ f10072fa6-2134-4fe1-93fd-ca5b9cffa738“, but the codes I’m getting look more like this: “69XSP3XS”…
When I try to use on of these codes to get a token, I get a “400 Bad Request” code with “{"error":"invalid_request"}”
Any ideas?