API referenceBilling
POST /billing/webhook
Header Parameters
X-Signature?string
Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*file
Format
binaryResponse Body
application/json
application/problem+json
curl -X POST "https://example.com/billing/webhook" \ -H "Content-Type: application/octet-stream" \ -d 'string'{ "$schema": "https://example.com/schemas/WebhookOutputBody.json", "deduped": true, "ok": true, "skipped": "string"}