Search for an event

Fetch an event object by external_id or email_address attribute.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

  1. Look up an event by external_id or email_address
  2. Response will include 1 event (the most recently created match for your query)
  3. Delete an event by ID
Query Params
string
required

single attribute by which to search for an event (email_address or external_id)

string
required

Value to match by, ie "[email protected]" if field is "email_address"

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json