Versions Compared

Key

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

...

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).

...

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