API
Last updated
Creates an event log for the occurance of an event
v1/events/logs
Your platform API key
The identity ID corresponding to the user
48d0e4d6-ebeb-492d-a4c5-643864db18fb
The ID of the event to log
37aff86c-fb50-40cb-8785-0629c38c4f4c
Your own unique identitier for this particular instance of the event taking place. If the same unique identifier is used multiple times for the same event, it will not create additional logs. This can be useful to ensure that you do not accidentally log the same event occurance more than once.
abcd1234
Generates a url that can be shared with a user to associate an identity with their account on the platform
v1/identities/{identityId}/association
Your platform API key
Creates a new identity
v1/identities
Your platform API key
Your own unique identitier for the identity. If the same unique identifier is used multiple times, the same identity will be returned.
abcd1234
Creates a new event for an action that will take place outside of the platform
v1/events
Your platform API key
Name of the event
Level Up
Event slug (used to call the event log api)
level_up
Creates an event log for the occurance of an event
v1/events/logs
Your platform API key
List event logs
v1/events/logs
An event ID (or a comma-separated list of IDs) to filter by
An identity ID (or a comma-separated list of IDs) to filter by
For cursor-based pagination, specify the id of the last log entry you've seen
The maximum number of log entries to return
Your platform API key