v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Test Your Webhooks

This endpoint provides you with the ability to test your webhooks against internal Similarweb services that might want to send you notifications

get/v3/batch/webhooks/test

Request body

webhook_urlstring

The URL you wish to trigger

Response

200

messagestring

Example response

{
  "message": "We have triggered your endpoint and got 200 OK Status, looks good, please make sure you did receive it properly."
}