Webhooks
Create a webhook endpoint
Sign in to call the API here free (20 conversions a day), or enter an API key below.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
eventTypes*array<>
url*string
Response Body
curl -X POST "https://example.com/webhooks" \ -H "Content-Type: application/json" \ -d '{ "eventTypes": [ "conversion.completed" ], "url": "string" }'Empty
Sources and specs: RFC 9110: HTTP Semantics · RFC 7763: The text/markdown Media Type