Skip to main content
POST
/
v1
/
properties
"<any>"

Body

application/json

Represents a property update event for a user. Data format matches both input and output requirements.

contact_id
string
required

The user's ID

timestamp
required

Unix timestamp of update

user_properties
object
required

Dictionary of property names to values

event_name
string | null

Custom suffix for the event name. Will be appended to 'aampe_property_update_'

event_id
string | null

Optional unique ID of the event

metadata
object | null

Additional metadata dictionary for the event

Response

Successful Response

The response is of type any.

I