POST /api/Export/Certificate raises 403: permission denied error
When trying to export certificates (PDF) using REST API with POST /api/Export/Certificate request, we keep having the following response:
{
"statusCode": 403,
"statusString": "Forbidden",
"message": "Permission denied"
}
We have not had any issues exporting certificates manually, via the UI which also proves that the permission to carry out such a task has been granted. That said, I am wondering if you could help me on making this happen through the API call as well.
Please sign in to leave a comment.
Comments
0 comments