# Handle an event **POST event** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Parameters ## Body parameters Content-type: application/json - **id** (string(uuid)) ID of this event. Must be used for idempotence: an event with the same ID can be sent multiple times in case of error, but should only be processed once. - **date** (string(date-time)) Event creation date, in ISO8601 format. - **event_type** (string) Type of event. We may add additional possible types over time; your application should be able to handle such additions gracefully. - **resource_type** (string) Type of the resource referenced by this event. We may add additional possible source types over time; your application should be able to handle such additions gracefully. - **resource_id** (string(uuid)) ID of the resource referenced by this event. ## Responses ### 204: No content [Powered by Bump.sh](https://bump.sh)