Skip to main content
WEBHOOK
entity.discovered
{
  "subscription_id": "sub_abc123",
  "entities": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "The Shorty",
      "city": "London",
      "entity_type": "restaurant",
      "external_id": "ChIJN1t_tDeuEmsRUsoyG83frY4",
      "fields": {
        "phone": "+44 20 1234 5678",
        "rating": 4.5,
        "website": "https://theshorty.co.uk"
      }
    }
  ],
  "occurred_at": "2025-01-15T10:30:00.000Z"
}

Body

application/json
event
enum<string>
required
Available options:
entity.discovered
subscription_id
string
required
Example:

"sub_abc123"

entities
object[]
required

Up to 25 entities per delivery.

occurred_at
string<date-time>
required
Example:

"2025-01-15T10:30:00.000Z"

Response

200

Acknowledged. Any 2xx response is treated as success.