Skip to main content

Configuration

Provide your webhook URL and sweep address when requesting your API key (or ask us to add them to an existing key). Once set, your key's response will include a webhook secret:

{
"success": true,
"apiKey": {
"publicKey": "pk_xxx...",
"keyId": "pk_xxx..."
},
"secretKey": "sk_xxx...",
"webhookSecret": "whsec_xxx..."
}

Important: Save the webhookSecret immediately - it's only shown once at creation time. You'll need it to verify webhook signatures.