Skip to main content
We use Cloud Events (v1.0.2) standard to deliver information asynchronously via HTTP Protocol Binding about requests made to the AMLYZE API. You can find more information about the Cloud Events specs in their GitHub repository. It is also possible to use one of the official SDKs to speed up integration with our system.

Event Structure

Events from AMLYZE are delivered using Binary Content Mode. This means that identifications about object and event type are passed via HTTP header. Those headers, based on specification, have a ce- prefix. Passing information in such way, allows identifying information prior parsing the body, thus allowing more dynamic handling for the incoming events.

Header Mapping

Here is an example of an event with headers:

Delivery Confirmation

Your server should respond with a 2xx status to acknowledge receipt of the webhook. All other status codes are treated as an error and their delivery is repeated.