> ## Documentation Index
> Fetch the complete documentation index at: https://developers.luccasoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test event (test.created)

A test event will be sent to your endpoint after [triggering a test delivery](/api-reference/latest/events/test-event).

Here is an example of such a test event:

<CodeGroup>
  ```json test.created Example theme={null}
  {
    "id": "10002",
    "type": "event",
    "url": "https://example.ilucca.net/lucca-api/events/10002",
    "occurredAt": "2026-01-22T21:32:20.640558+00:00",
    "topic": "test.created",
    "apiVersion": "2024-11-01",
    "data": {
      "id": "N/A",
      "type": "test",
      "url": "https://example.ilucca.net/test",
      "description": "This is a test event",
      "endpointId": 61
    },
    "source": "https://example.ilucca.net/test.created",
    "businessEstablishment": null,
    "previousAttributes": null
  }
  ```
</CodeGroup>
