Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAttention

Please note that this documentation and the links refer to the api v6. For more information please see theĀ  migration guide and the documentation related to v5.

...

On this page you will find the eSAW API description. First we start with a basic overview of the API. If you are looking for examples we recommend the Postman Sample, Envelope structure and our Stories and Examples.

...

Table of Contents

...

...

stylecircle

Overview and references

The API is for developers, who want to integrate eSignAnyWhere into their application and for administrators, who want to script interactions with eSignAnyWhere (e.g. user synchronization).

...

Please see the next sample authorization (Bearer token):

KeyValue
"Authorization"e.g. "Bearer asdfngtmvv8pfmsuaxpzz85zux3e63dd9zttrwitx9mln6qka6tds83du3p3lroe"

Please see the next sample authorization (api token):

KeyValue
"ApiToken""asdfngtmvv8pfmsuaxpzz85zux3e63dd9zttrwitx9mln6qka6tds83du3p3lroe"

...

In general, our REST endpoint returns different HTTP status codes:

Status CodeDescriptionExample
200Request has been processed successfully.Envelope has been deleted
400

The request cannot be processed.

Missing required value
401Required Authorization has not been successfulAPI Token is expired, user is not active
403Authorization is provided and valid, but the called method requires additional permissionsUser does not have required permissions (Roles and Permissions)
404Main resource for request could not be found or is not accessibleEnvelopeId is not known
500Generic server errorsDepending Service is not available