Managing endpoints
Create:
- The URL must be
httpsand publicly reachable. Private and loopback addresses are rejected. agent_idslimits the endpoint to calls made by those agents. Omit it to receive events for every call in your organization, including calls started from the Contour dashboard. Use thesourcefield on the call object to tell them apart.secretappears in this response and in rotate-secret only. Store it in your webhook handler’s configuration.
Events
Request format
call key is the full call object.
Webhook requests do not carry your API key. They are authenticated by the
signature header instead. See Verifying signatures.