cURL
curl --request GET \ --url https://api.leadping.ai/events/{eventId} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "eventType": "<string>", "description": "<string>", "createdAtDisplay": "<string>", "createdAt": "2023-11-07T05:31:56Z", "createdBy": "<string>" }
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
The ID of the event.
Event was successfully retrieved.
Represents an event row for data table display with pagination support.
The unique identifier of the event.