HTTP Status Codes

HTTP Status Codes

Please note the following HTTP status codes returned from the REST endpoints:

Status Code

Description

Examples

200

Request has been processed successfully.

  • User has been created

  • Envelope has been deleted

  • Reminders have been sent

400

The request cannot be processed.

  • request structure is not correct

  • missing required value

  • Values are outside of the defined range

  • references objects do not exist/are not accessible

401

Required Authorization has not been successful

  • API token is not existing

  • User is not active

  • Organization is not active

403

Authorization is provided and valid, but the called method requires additional permissions

404

Main resource for request could not be found or is not accessible

  • EnvelopeId is not known

  • UserId belongs to other organization

  • Template is requested, but Id is an envelope

500

Generic server errors

Depending Service is not available