APIWebhooks

Get the webhook condition schema

The fields a condition expression can reference.

GET/webhooks/schema

The fields a condition expression can reference.

Response Body

application/json

application/json

curl -X GET "https://example.com/webhooks/schema"
{  "envelope": {    "property1": {      "type": "string",      "description": "string",      "fields": {        "property1": {},        "property2": {}      }    },    "property2": {      "type": "string",      "description": "string",      "fields": {        "property1": {},        "property2": {}      }    }  },  "payloads": {    "property1": {      "property1": {        "type": "string",        "description": "string",        "fields": {          "property1": {},          "property2": {}        }      },      "property2": {        "type": "string",        "description": "string",        "fields": {          "property1": {},          "property2": {}        }      }    },    "property2": {      "property1": {        "type": "string",        "description": "string",        "fields": {          "property1": {},          "property2": {}        }      },      "property2": {        "type": "string",        "description": "string",        "fields": {          "property1": {},          "property2": {}        }      }    }  }}