The Identify call lets you tie a user to their actions and record traits about them. It includes a unique User ID and any optional traits you know about the user, like their email, name, and more.
Authorization header for the request, in the format Bearer <token>. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Authorization header for the request, in the format Bearer <token>. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Unique identifier for the message, used as an idempotency key for safe retries. Can provide a UUID.
Unique identifier for the user. Should be the id of the user in your system. Only applicable to logged in users.
ISO 8601 formatted timestamp of when the event occurred. If not provided, the current server time will be used.
Provides metadata about the user submitting the event and the context in which the event occurred.
Free-form dictionary of traits of the user, like email or name. Can contain arbitrary JSON values.
An empty String
An empty String