Participant
February 19, 2020
Question
problemas para crear un acuerdo
- February 19, 2020
- 1 reply
- 434 views
good afternoon I am trying to test your api to know if we can implement in any of our environments, I have already run the token and I have my processing account I am in the part of Send to sign (create an agreement) I am doing my postman tests and I mark this error
{ "code": "PERMISSION_DENIED",
"message": "The API caller does not have the permission to execute this operation"
}
Why this problem is due, I have doubts about this, take the example of uploading a document
POST /api/rest/v6/transientDocuments HTTP/1.1 Host: api.na1.echosign.com Authorization: Bearer MvyABjNotARealTokenHkYyi Content-Type: multipart/form-data Content-Disposition: form-data; name=";File"; filename="MyPDF.pdf"
obviously I put my token, I attached the postman screen.