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."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.