cURL
curl --request GET \ --url https://api.leadping.ai/events/{eventId}/detail \ --header 'Authorization: <api-key>'
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "modifiedAt": "2023-11-07T05:31:56Z", "eventType": "<string>", "secondaryEventType": "<string>", "description": "<string>", "leadId": "<string>", "fullPayload": "<string>" }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The ID of the event.
Event details were successfully retrieved.
Show child attributes
The full event payload as JSON string for generic display