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

Response Code

Description

200

OK

400

Bad 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.

403

Forbidden
The request header does not have a valid apiKey set in the x-api-key header.

404

Not Found
The requested resource doesn't exist

429

Too Many Requests

500

Internal Server Error