# GoliathData Docs ## Docs - [Introduction](https://docs.goliathdata.com/api-reference/introduction.md): Goliath's webhook API — send data in, get signals out. - [CatalystEvent](https://docs.goliathdata.com/catalyst-event.md): The trigger signal that caused a Goliath webhook to fire. - [Catalyst Property Event](https://docs.goliathdata.com/catalyst-event-webhooks.md): Shared type definitions used across Goliath webhook payloads. - [CatalystSummary](https://docs.goliathdata.com/catalyst-summary.md): The parsed contents of catalystEvent.summary — delivered as a stringified JSON object. - [Contact Webhook Payload](https://docs.goliathdata.com/contact-webhook.md): Reference for the JSON body POSTed to URLs configured on the contact Send Webhook workflow action and the Forward Contact agent tool - [Email](https://docs.goliathdata.com/email.md): A single email address with a confidence ranking. - [Authentication](https://docs.goliathdata.com/inbound-auth.md): How to authenticate inbound webhook requests using a token URL or JWT. - [Create Contact](https://docs.goliathdata.com/inbound-create.md): Create or update a contact from structured data — no AI extraction. - [Create with AI](https://docs.goliathdata.com/inbound-create-with-ai.md): Send unstructured text and let Goliath's AI extract and create or update a contact. - [Errors](https://docs.goliathdata.com/inbound-error.md): HTTP error codes returned by Goliath inbound webhook endpoints. - [Find Contact](https://docs.goliathdata.com/inbound-find.md): Search for contacts in Goliath by name, phone, or email. - [ContactResponse](https://docs.goliathdata.com/inbound-types-contact-response.md): The contact object returned by the find endpoint. - [ContactCreateInput](https://docs.goliathdata.com/inbound-types-create-input.md): Request body for the create and create-with-ai inbound webhook endpoints. - [ContactFindInput](https://docs.goliathdata.com/inbound-types-find-input.md): Request body for the find contact inbound webhook endpoint. - [ContactUpdateInput](https://docs.goliathdata.com/inbound-types-update-input.md): Request body for the update contact inbound webhook endpoint. - [Update Contact](https://docs.goliathdata.com/inbound-update.md): Patch an existing contact by ID. - [Overview](https://docs.goliathdata.com/inbound-webhook-overview.md): Per-organization HTTP endpoints that let external systems create or update contacts in Goliath without a user JWT. - [Owner](https://docs.goliathdata.com/owner.md): A single known owner tied to a property, with direct contact data attached. - [Parcel](https://docs.goliathdata.com/parcel.md): Legal and assessor-level data about a land parcel. - [Phone](https://docs.goliathdata.com/phone.md): A single phone number with its line type and confidence ranking. - [Property](https://docs.goliathdata.com/property.md): The full enriched property object tied to a Goliath webhook event. - [PropertyMetrics](https://docs.goliathdata.com/property-metrics.md): Core valuation and physical details about a property. - [SkipTrace](https://docs.goliathdata.com/skip-trace.md): The contact bundle attached directly to an owner — best available phones and emails for that person. - [Skip Trace API](https://docs.goliathdata.com/skip-trace-api.md): Run skip traces programmatically from your own systems using the Goliath developer API - [SkipTraceResult](https://docs.goliathdata.com/skiptrace-result.md): An individual in the expanded people graph tied to a property — includes owners and known relatives. - [Actions](https://docs.goliathdata.com/zapier-actions.md): Things your Zaps can do inside Goliath. - [Connecting Goliath to Zapier](https://docs.goliathdata.com/zapier-auth.md): How to connect your Goliath account to Zapier. - [Zapier Integration Overview](https://docs.goliathdata.com/zapier-overview.md): Connect Goliath to thousands of apps via Zapier — push contacts in from any source, and react to contact events in your Zaps. - [Triggers](https://docs.goliathdata.com/zapier-triggers.md): Events in Goliath that can start a Zap. ## OpenAPI Specs - [openapi](https://docs.goliathdata.com/api-reference/openapi.json)