cURL
curl --request GET \ --url https://api.fact0.io/v1/share/events \ --header 'Authorization: Bearer <token>'
{ "events": [ { "actor": { "id": "<string>", "email": "<string>" }, "action": "<string>", "resource": { "id": "<string>", "type": "<string>", "name": "<string>" }, "id": "<string>", "timestamp": "2023-11-07T05:31:56Z", "metadata": {}, "tenant_id": "<string>", "prev_hash": "<string>", "hash": "<string>", "sequence_number": 123, "created_at": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "page_size": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.fact0.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fact0.io/llms.txt
Use this file to discover all available pages before exploring further.
Share link bearer token
Paginated event list
Show child attributes