PANface We're getting an error back from Octopus when trying to obtain a token.
{
"errors": [
{
"message": "Invalid data.",
"locations": [
{
"line": 2,
"column": 2
}
],
"path": [
"obtainKrakenToken"
],
"extensions": {
"errorType": "VALIDATION",
"errorCode": "KT-CT-1139",
"errorDescription": "Authentication failed.",
"errorClass": "VALIDATION",
"validationErrors": [
{
"message": "Authentication failed.",
"inputPath": [
"input",
"apiKey"
]
}
]
}
}
],
"data": {
"obtainKrakenToken": null
}
}
Perhaps a matter of creating a new Octopus API key and updating it in WW?