Organization settings, API status, and health check endpoints for monitoring your ABM.dev integration.
API keys are managed through the developer portal dashboard, not via API. This ensures proper audit logging and security controls.
| Event | Description |
|---|---|
enrichment.completed | Single contact enrichment completed |
job.completed | Batch enrichment job completed |
job.failed | Batch enrichment job failed |
integration.connected | CRM integration connected |
integration.disconnected | CRM integration disconnected |
integration.sync | CRM sync completed |
{
"event": "enrichment.completed",
"timestamp": "2025-12-15T10:30:00Z",
"organization_id": "org_abc123xyz",
"data": {
"contact_email": "[email protected]",
"enrichment_id": "enr_xyz789",
"fields_enriched": ["title", "company", "linkedin"],
"confidence_score": 0.94
},
"signature": "sha256=..."
}Verify webhook authenticity by checking the X-ABM-Signature header against the payload using your webhook secret.