Aampe Property Update
Handle property updates coming from Aampe identify calls. Expects data in the exact format needed for publishing.
Authorizations
Your Ingestion API key. Obtain from Integrations > API keys in the Aampe Dashboard. See Authentication for details.
Body
Represents a property update event for a user.
Note on serialization:
Downstream consumers expect user_properties and (when present) metadata
to be JSON-encoded strings inside the outer JSON payload.
We implement this via Pydantic field serializers so callers can keep using
native dicts in Python.
The user's ID
Unix epoch seconds (number); decimals and millisecond values supported.
Dictionary of property names to values
Custom suffix for the event name. Will be appended to 'aampe_property_update_'
Optional unique ID of the event
Additional metadata dictionary for the event
Response
Successful Response