The users endpoints let you identify users, set traits, retrieve profiles, and delete user data via the API — without going through the Saytics dashboard.Documentation Index
Fetch the complete documentation index at: https://docs.saytics.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /v1/users/identify
Associate a user ID with a set of traits. Call this endpoint when a user signs up, logs in, or when you need to update their profile attributes.Your system’s unique identifier for the user.
Key-value attributes to set or update on the user’s profile, such as name, email, or subscription plan.
GET /v1/users/:id
Retrieve a user’s profile, including all traits set viaidentify() and their event history.
The user ID you provided when identifying the user.
All user traits set via
identify(), such as name, email, and plan.ISO 8601 timestamp for when the user was first seen in Saytics.
ISO 8601 timestamp of the most recent event associated with this user.