I am new to using Purecloud API and not sure if this has been answered. But I am getting this 404 error when I am trying to get campaign schedule using postman. Below is the error I get. Not sure how to fix this.
{
"reason": "Not Found",
"code": 404,
"detail": "Entity [person] is not found by guid [f6b226e1-e7ec-44b2-89ff-4ff53fe17954]",
"payload": {
"code": "NOT_FOUND",
"entity": "person",
"_id": "f6b226e1-e7ec-44b2-89ff-4ff53fe17954"
}
}
I believe this endpoint doesn't work with client credentials. If f6b226e1-e7ec-44b2-89ff-4ff53fe17954 is your client ID, that's the case. You can open a case with PureCloud Care to report this error. I can't say if this resource not working with client credentials is a bug or a feature, but that error message means the resource isn't properly checking for client credentials; it should be throwing the not.a.user error as a 400 if this isn't supposed to work with client credentials, not a 404 on the user id.