cURL
curl --request GET \ --url https://api.oneofnone.io/v1/analytics/journey/user-events \ --header 'x-api-key: <api-key>'
{ "meta": [ { "name": "<string>", "type": "<string>" } ], "data": [ { "timestamp": "<string>", "user_id": "<string>", "session_id": "<string>", "action": "<string>", "version": "<string>", "team_id": "<string>", "collection_id": "<string>", "pathname": "<string>", "referrer": "<string>", "device": "<string>", "browser": "<string>", "os": "<string>", "country_code": "<string>", "region_code": "<string>", "block_id": "<string>", "block_type": "<string>", "dialog_content_type": "<string>", "block_index": 123, "short_url_id": "<string>", "long_url": "<string>", "token_id": "<string>", "duration": 123, "page_views": 123, "cursor": "<string>", "total_in_page": 123 } ], "rows": 123, "statistics": { "elapsed": 123, "rows_read": 123, "bytes_read": 123 } }
Documentation IndexFetch the complete documentation index at: https://docs.oneofnone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oneofnone.io/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 10000
Successful response
Show child attributes