# Trigger for testing **POST /advertising/v1.0/webhooks/{webhookId}/test** Endpoint for testing webhooks. If you call it, it will send a request to the URL defined in the webhook configuration with a fake data payload. ## Servers - http://apis.reas.cz: http://apis.reas.cz () ## Authentication methods - Token ## Parameters ### Path parameters - **webhookId** (string) ### Body: application/json (object) - **adId** (string) Id of an advertisement. It is either id that was provided in the response of the insert endpoint or it can be **thirdPartyId**, if it has been provided in the request body of the advertisement **insert** endpoint. ## Responses ### 200 Webhook successfully triggered #### Body: application/json (object) - **success** (boolean) ### 404 Webhook was not found. [Powered by Bump.sh](https://bump.sh)