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

Details

Query Parameters

    apiKey stringrequired

    The public API key for authentication.

Details

Header Parameters

    API-SECRET stringrequired

    The secret API key for authentication.

Details

Body

required

    webhookId string
    addresses string[]

Responses

Addresses successfully added to the webhook.

Details

Schema

  • Array [

  • webhookId string
    addresses string[]
  • ]

Loading...

Was this page helpful?