GET Agreements API call suddenly receives 403:Forbidden (while bearer token gets refreshed OK)
We are using the Adobe Sign Enterprise plan for a few years. Since last week we have a problem when asking AdobeSign for a list of agreements (for a given nitiator) via API. Refreshing bearer token works as it did before: fine, we get it. After refreshing bearer in our application we call “GET ../agreements” and we used to receive list of Agreements. But since last week we suddenly started to receive for the same GET with same parameters:
HTTP 403:Forbidden.
}
"code": "PERMISSION_DENIED",
"message": "The API caller does not have the permission to execute this operation"
}
Do you have any idea / suggestion what to do to get it working again?
