Trigger for testing
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.
POST
/advertising/v1.0/webhooks/{webhookId}/test
curl \
--request POST 'http://apis.reas.cz/advertising/v1.0/webhooks/{webhookId}/test' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"adId":"63d9007e66fc41b2cd1057c6"}'
Request examples
{
"adId": "63d9007e66fc41b2cd1057c6"
}
Response examples (200)
{
"success": true
}