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.

...

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
200

...

  • 400 BadRequest (envelope description is incorrect)
  • 401 Unauthorized (User is not authorized)
  • 404 NotFound
  • 415 UnsupportedMediaType

...

Request 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