Error handling
404 Not Found
response when a requested resource is unavailable, while others do not. The potential for a 404
response is explicitly noted in the documentation for each endpoint.Common HTTP Status Codes
400 Bad Request
errors
array with detailed messages:{
"errors": [
{
"message": "The length of 'Name' must be at least 2 characters. You entered 1 characters.",
"metadata": null
}
]
}
401 Unauthorized
{
"message": "Authentication failed."
}
402 Payment Required
ShouldBuy
property in the body, which indicates the product needed to proceed:{
"ShouldBuy": "ApiEnvelopes"
}
ShouldBuy
:403 Forbidden
{
"message": "User should be an administrator."
}
429 Too Many Requests
Retry-After
header may be included to specify the recommended wait time in seconds:
Request Telemetry
Signater-Telemetry-Operation-Id
response header. This ID can be provided to our support team to facilitate the investigation of specific requests:
Modified at 2025-01-05 11:53:28