Hi, All,
I'm trying to use the Harmony Endpoint Management API, following the instructions given here
I've created the API Key and I can get an initial token, but when i use it on the /v1/session/login/cloud endpoint, I get a strange error (below).
Has anyone else encountered this?
Response code - 400 (although the statusCode inside the response is 401)
Response content:
'{
"typename":"resolver_error",
"actionId":"",
"fullDurationMs":50,
"statusCode":401,
"requestId":"<REDACTED>",
"serviceDurationMs":0,
"innerError":{
"type":"ci-token-invalid",
"title":"The given CloudInfra token is invalid",
"detail":"The request contained a CloudInfra token in the \'Authorization\' header but it was found to be invalid",
"instance":"base/server/authentication/cloudinfra",
"source":"CLIENT",
"httpCode":401,
"referenceId":"<REDACTED>"
},
"startTime":1686749000000,
"ignorePublishing":false,
"published":true,
"incidentId":"<REDACTED>"
}'
Thanks