Skip to main content
Use the Webhooks API to discover supported events and manage delivery endpoints. Endpoint operations require an administrator’s read-write workspaceToken. See Receive Webhooks for payload and signature verification guidance. All operations use https://router.apps.filed.com/graphql.

Event catalog

Query.webhookEventCatalog is global and does not accept a workspace ID.

Endpoint fields

All endpoint operations use this type:

List endpoints

The result contains data, done, and the next iterator. A null iterator with done: true means there are no more pages.

Create an endpoint

The result contains the created endpoint and its signingSecret. Store the secret immediately because Filed returns it only during creation or rotation.

Update an endpoint

Provide at least one field besides endpointId. The mutation returns the updated endpoint.

Delete an endpoint

endpointId is required. The mutation returns true after deletion.

Rotate a signing secret

The result contains the endpoint and new signingSecret. Deploy the new secret before the grace period ends.