API
Identities
Create identity
Creates a new identity
Your platform API key
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.
abcd1234200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
Create identity association URL
Generates a url that can be shared with a user to associate an identity with their account on the platform
Your platform API key
Your platform API key
200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
Events
Create an event
Creates a new event for an action that will take place outside of the platform
Your platform API key
Your platform API key
Name of the event
Level UpEvent slug (used to call the event log api)
level_up200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
Log an event
Creates an event log for the occurance of an event
Your platform API key
Your platform API key
200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
Creates an event log for the occurance of an event
Your platform API key
Your platform API key
The identity ID corresponding to the user
48d0e4d6-ebeb-492d-a4c5-643864db18fbThe ID of the event to log
37aff86c-fb50-40cb-8785-0629c38c4f4cYour 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.
abcd1234200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
List event logs
List event logs
Your platform API key
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
100Your platform API key
200 OK
400 Bad Request
401 Unauthorized
405 Method Unsupported
500 Internal Server Error
Last updated