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.Documentation Index
Fetch the complete documentation index at: https://api.amlyze.com/llms.txt
Use this file to discover all available pages before exploring further.
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 ace- prefix.
Passing information in such way, allows identifying information prior parsing the body, thus allowing more dynamic handling for the incoming events.
Header Mapping
| Cloud Event HTTP Header | Correlation With AMLYZE |
|---|---|
| ce-id | Unique event ID. Unique per event. |
| ce-source | Event Source. RFC 3986 - Uniform Resource Identifier (URI). In most cases returns value from communicationNumber. |
| ce-specversion | Cloud Events Specification version. Currently - 1.0. |
| ce-subject | Event subject, represents a resource’s (customer, related entity, operation) external id. |
| ce-time | Event time. |
| ce-type | Unique event type. |