cURL
curl --request GET \ --url https://api.edgee.app/v1/projects/{id}/debug/data-collection/outgoing/{event_id} \ --header 'Authorization: Bearer <token>'
{ "object": "list", "url": "<string>", "has_more": true, "last_key": "<string>", "data": [ { "object": "component", "uuid": "<string>", "component_id": "<string>", "component_slug": "<string>", "component_request": {}, "component_response": {} } ] }
Retrieves all the Outgoing Data Collection Events of a project.
ASC
DESC
Show child attributes
Was this page helpful?