API Reference

During processing, the webhook may return one of the following response codes:

Response CodeDescription
200OK
400Bad Request
Unable to validate the JSON payload. Body will list the properties that failed validation.
Unable to generate calculated fields from payload. Body will list which calculated fields failed to be added to the JSON payload.
403Forbidden
The request header does not have a valid apiKey set in the x-api-key header.
404Not Found
The requested resource doesn't exist
429Too Many Requests
500Internal Server Error