> ## Documentation Index
> Fetch the complete documentation index at: https://docs.harbinge.rs/llms.txt
> Use this file to discover all available pages before exploring further.

# Attestation recorded

> Delivered to every enabled webhook endpoint immediately after an attestation is written. An attestation is created whenever a field tech scans a barcode and the app evaluates the result against the asset's recorded location.
The request body is a JSON object populated from the payload template you configure in Webhook Settings. The canonical template (recommended) produces the schema documented here. Custom templates may produce different shapes — the field definitions below describe the values available for substitution.




## OpenAPI

````yaml /openapi.yaml webhook attestation
openapi: 3.1.0
info:
  title: Forager Webhook API
  version: '1.0'
  description: >
    Machine-readable schema for events that Forager delivers to configured
    webhook endpoints. Forager does not expose a public REST API — all outbound
    data is delivered via webhooks triggered by attestation events.
  contact:
    name: Forager Support
    email: support@harbinge.rs
servers: []
security: []
paths: {}

````