DocumentationAPI Reference

Webhooks

Create a webhook endpoint

Sign in to call the API here free (20 conversions a day), or enter an API key below.

POST
/webhooks

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