cURL
curl --request GET \ --url https://commerce1.on-hellgate.dev/processed-events \ --header 'X-API-Key: <api-key>'
{ "data": [ { "business_key": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "idempotency_key": "<string>", "inserted_at": "2023-11-07T05:31:56Z", "source": "<string>", "type": "<string>" } ], "next_page": 123, "previous_page": 123 }
Filter by event type
Filter by source
Filter by business key
Page cursor for pagination
Maximum items per page
Success
Show child attributes