webhook-config-url

The URL to which the payloads will be delivered.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-webhook-config-url-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webhook-config-url",
  "title": "webhook-config-url",
  "type": "string",
  "description": "The URL to which the payloads will be delivered.",
  "example": "https://example.com/webhook",
  "format": "uri"
}