cURL
curl --request POST \ --url https://destination.example.com/records \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "record": {}, "is_deleted": false } '
{ "status": "accepted", "message": "Accepted for processing." }
Customer-implemented endpoint for webhook_record delivery.
Record payload shape is determined by the configured destination record_schema.
Accepted
"accepted"
"Accepted for processing."