Get a webhook

GET /advertising/v1.0/webhooks/{webhookId}

Endpoint for retrieving webhooks.

Responses

GET /advertising/v1.0/webhooks/{webhookId}
curl \
 -X GET http://apis.public-staging.reas.cz/advertising/v1.0/webhooks/{webhookId} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "success": true,
  "data": {
    "id": "string",
    "event": "inquiry_created",
    "configuration": {
      "targetUrl": "https://example.com/hooks",
      "headers": {
        "Authorization": "Token 95abe511ff"
      }
    }
  }
}