v1
latestOpenAPI 3.0.02026-07-2663155142.2 KBUser
Offers
Surveys
Magic-Receipts
Get user history
Get User History returns a sorted list of events where the first element is the most recent. It contains up to four different types of events: OPEN, LEAVE, SCREENOUT, COMPLETE.
Events in this response are unique per survey so if a survey was completed, only the complete event is returned and not the corresponding opening. Only non open events contain a duration property. Only screenout and complete events contain a user value property.
get/v1/client/user/history
Query parameters
filterstring[]
optionally filter by type
Response
OK
Example response
{
"data": [
{
"user_value": "1.23",
"support_form_url": "support.bitlabs.link/bitburst/survey/contact?user_id={encodedUserId}&tx_id={encodedTxId}"
}
]
}