Getting StartedAPI Reference
Getting StartedAPI Reference
  1. Webhooks
  • Users
    • Get User
      GET
    • Onboard Business
      POST
    • Authenticate User
      GET
    • Delete User or Business
      DELETE
  • Wallet
    • Get Wallet Details
      GET
    • Topup wallet
      POST
  • Seed
    • Seed Leads
      POST
  • Campaign
    • Toggle Campaign Status
      PUT
  • Webhooks
    • Webhook Delivery
    • Events
      • website.eligibility
      • prospect.created
    • Webhoook Ops
      • Get all webhooks
      • Create Webhook Listener
      • Update Webhook Listener
      • Delete Webhook Listener
Getting StartedAPI Reference
Getting StartedAPI Reference
  1. Webhooks

Webhook Delivery

Request Details#

HTTP method: POST
Content type: application/json
Body: JSON object described below
Retries: 8 times with 5 minutes exponential delay

Field reference#

The webhook payload will always include the following payload.
FieldTypeRequiredDescription
idstringYesUnique identifier for the webhook event.
typestringYesEvent type. Example: prospect.created.
createdAtstringYesISO 8601 timestamp indicating when the event was generated.
dataobjectYesContainer object holding the event-specific payload.

Security#

x-inboundiq-signature: HMAC SHA256 signature of the raw request body using your webhook secret
Modified at 2025-12-08 22:17:04
Previous
Toggle Campaign Status
Next
website.eligibility
Built with