During processing, the webhook may return one of the following response codes:
Response Code | Description |
---|---|
200 | HTTPS OK |
400 | Unable to validate the JSON payload. Body will list of properties that failed validation. |
400 | Unable to generate calculated fields from payload. Body will list which calculated fields failed to be added to the JSON payload. |
403 | Forbidden. The request header does not have a valid apiKey set in the x-api-key header. |
429 | Too Many Requests |
500 | Internal Server Error |