POST
/
v1
/
webhooks
/
{provider}
Billing provider webhook ingress
curl --request POST \
  --url https://api.talkzilla.app/v1/webhooks/{provider} \
  --header 'Content-Type: application/json' \
  --header 'X-Lago-Signature: <x-lago-signature>' \
  --data '{}'

Headers

X-Lago-Signature
string
required

Path Parameters

provider
enum<string>
required
Available options:
lago

Body

application/json

The body is of type object.

Response

Accepted; queued for the BusinessWorker to process.