Send Whats
  1. Webhooks
Send Whats
  • Instances
    • List instances
      GET
    • Get an instance
      GET
    • Create an instance
      POST
    • Connect an instance
      POST
    • Disconnect an instance
      POST
  • Messages
    • Send a text message
      POST
    • Send batch files
      POST
  • Webhooks
    • Guia de integração
    • List webhooks
      GET
    • Get a webhook
      GET
    • Create a webhook
      POST
    • Update a webhook
      PUT
    • Remove a webhook
      DELETE
  1. Webhooks

Get a webhook

Developing
GET
/v1/webhooks/{id}

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sendwhats.innovtech.solutions/v1/webhooks/437681718405763072' \
--header 'x-account-token: QqmYHPjEovEYu6UL2krb25Y4HJWPUrRjDB8uH3aw2yM6Xey94R' \
--header 'x-account-id: 420339940270936064'
Response Response Example
{}
Modified at 2025-04-22 18:31:16
Previous
List webhooks
Next
Create a webhook