Create a webhook event schema

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

webhook_idstringRequired
Webhook ID

Request

This endpoint expects an object.
namespacestringRequired
Event namespace for the schema override.
schemastringRequired
GraphQL selection set for the event object, using the webhook schema for the event namespace.

Response

webhook event schema created
objectenum
idstringformat: "uuid"
Unique identifier for this webhook event schema.
namespacestring
Event namespace for the schema override.
schemastring
GraphQL selection set for the event object, using the webhook schema for the event namespace.
created_atdatetime
updated_atdatetime

Errors

422
Create Webhook Event Schema Request Unprocessable Entity Error