I've seen this same issue posted before, but did not see any fix. With SDPOnDemand I am able to generate an access and refresh token. Everything I've tried always results in:
{
"response_status": {
"status_code": 4000,
"messages": [
{
"status_code": 4001,
"type": "failed",
"message": "INVALID_TICKET"
}
],
"status": "failed"
}
}
I've tried creating a Self-Client with scopes SDPOnDemand.requests.ALL and SDPOnDemand.projects.ALL both with no luck.
I also pasted the URL I use in Postman into the browser itself and do see the list of requests.
Has anyone successfully resolved this same issue?