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

# The Event object

### Description

The Event object is a record of something that happened in the API. You can set up notifications for events by using the Hook feature.

### Attributes

<ParamField body="ResourceId" type="string">
  Max. length: 255 characters

  The unique identifier of the event.
</ParamField>

<ParamField body="Date" type="Unix timestamp">
  The date and time the event occurred.
</ParamField>

<ParamField body="EventType" type="string">
  **Returned values:** An `EventType` listed in the <a href="/webhooks/event-types">event types list</a>

  The type of the event.
</ParamField>

### Related resources

<Card title="Webhooks" href="/webhooks/event-types">Learn more about event types</Card>
