All guides
Integration· 7 min
Configure Event Webhooks
Receive pipeline, ingest, and partner lifecycle events at your HTTPS endpoint.
- 1
Prepare an HTTPS endpoint
Your endpoint must accept POST requests with JSON bodies and respond within 5 seconds with HTTP 2xx.
- 2
Register the destination
After partner approval, configure webhook URLs in your company profile or via the CMS ecosystem API.
bash"text">-amber-300 font">-semibold">curl "text-cyan-300">-s "text-cyan-300">-X "text">-amber-300 font">-semibold">POST https://api.parkerapex.com/cms/partners/webhooks \ "text-cyan-300">-H "Authorization: Bearer YOUR_TOKEN" \ "text-cyan-300">-H "Content">-Type: application/json" \ "text-cyan-300">-d '{"url":"https://your">-app.com/apex/events","events":["pipeline.sync","ingest.complete"]}' - 3
Verify signatures
Validate the X-Apex-Signature header using your partner signing secret before processing payloads.
- 4
Monitor delivery health
Use Pipeline Status in the portal to inspect retry counts and failed deliveries.
bashhttps://developers.parkerapex.com/pipeline