Retrieve 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
idstringRequired
Webhook event schema ID

Response

webhook event schema found
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

404
Get Webhook Event Schema Request Not Found Error