API
Identities
Create identity
Create identity association URL
Events
Create an event
Log an event
List event logs
Last updated
Last updated
Creates a new event for an action that will take place outside of the platform
Name of the event
"Level Up"
Event slug (used to call the event log api)
"level_up"
200 OK
The slug of the newly created event
"17f8124a-08eb-499c-bf40-0779ef8fa6a6"
Creates a new identity
Your own unique identitier for the identity. If the same unique identifier is used multiple times, the same identity will be returned.
"abcd1234"
200 OK
The newly created identity ID
"48d0e4d6-ebeb-492d-a4c5-643864db18fb"
Creates an event log for the occurance of an event
The slug identifier of the event to log
"level_up"
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"
200 OK
The ID of the created log entry
"cf35edb3-5567-4701-9720-3e48831d0dc0"
The datetime when the log entry was created
Whether or not the provided identity has been claimed by a user yet
true
List event logs
200 OK
Generates a url that can be shared with a user to associate an identity with their account on the platform
200 OK
The identity ID corresponding to the user
"48d0e4d6-ebeb-492d-a4c5-643864db18fb"
The url to share with the user to claim the identity and associate it with their platform account
"https://quest.heymint.xyz/claim-identity/0cd929f4-8420-4d99-845d-fa4a24cfb32f:48d0e4d6-ebeb-492d-a4c5-643864db18fb:abcd1234"
Creates an event log for the occurance of an event
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"
200 OK
The ID of the newly created log entry
"cf35edb3-5567-4701-9720-3e48831d0dc0"
Whether or not the provided identity has been claimed by a user yet
true