Skip to main content

Add addresses to a webhook

POST 

/webhook/add-addresses

Associate new addresses with an existing webhook to listen for their events.

Request

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Body

required
    webhookId string
    addresses string[]

Responses

Addresses successfully added to the webhook.

Schema
  • Array [
  • webhookId string
    addresses string[]
  • ]
Loading...

Was this page helpful?