How it works
You cannot register or change your webhook URL through a self-service portal or API. Provide your callback URL to the Suki team (for example, during partner onboarding). Suki will configure it for your partner account and confirm the URL with you once it is set.
- Accept POST requests over HTTPS only, with TLS 1.2 or higher. Suki will not send webhooks to HTTP URLs.
- Be reachable from the internet (no localhost or private IPs in production).
- Respond with 2xx (for example, 200) on successful receipt so Suki can consider the notification delivered. Handle validation and business logic after returning 200 if needed.
Security best practices
Use HTTPS only
Use HTTPS only
Your callback URL must use HTTPS with TLS 1.2 or higher. Never use plain HTTP for webhooks.