Retrieve a webhook event schema
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
webhook_id
Webhook ID
id
Webhook event schema ID
Response
webhook event schema found
object
id
Unique identifier for this webhook event schema.
namespace
Event namespace for the schema override.
schema
GraphQL selection set for the event object, using the webhook schema for the event namespace.
created_at
updated_at
Errors
404
Get Webhook Event Schema Request Not Found Error