Developer Platform

Project dit-production · Production environment

Production
Events today1,284
Acceptance rate98.7%
Open schema errors12
Webhooks failing1

Quick start

  1. 1Create project
  2. 2Send evidence event
  3. 3Inspect projection
  4. 4Evaluate country profile
  5. 5Generate reliance artifact

Send an evidence event

curl
curl https://api.agevidence.com/v1/integrations/events \
  -H "Authorization: Bearer ag_live_••••••••" \
  -H "Content-Type: application/json" \
  -d '{
    "external_event_id": "dit-99231",
    "event_type": "feeding_event",
    "schema_version": "1.0"
  }'