get https://api.fomo.com/api/v1/applications/me/events/find
Fetch an event object by external_id or email_address attribute.
Why do this?
If you want to build an "opt out" ability, or simply debug Fomo during implementation, it may be useful to set up a callback or cron that routinely fetches some events and destroys them.
Workflow
- Look up an event by
external_idoremail_address - Response will include 1 event (the most recently created match for your query)
- Delete an event by ID
