Webhooks
List Webhooks
List all active webhook subscriptions
GET
TheDocumentation Index
Fetch the complete documentation index at: https://docs.anyformat.ai/llms.txt
Use this file to discover all available pages before exploring further.
secret field is excluded from list responses — it’s only returned once, on create.
This endpoint returns a flat array, not a paginated response.
Authorizations
API key issued from app.anyformat.ai/settings. Send as Authorization: Bearer <key>.
Response
Successful Response
Unique identifier of the webhook.
The URL receiving webhook events.
Required string length:
1 - 2083Example:
"https://example.com/webhooks/anyformat"
Event types this webhook is subscribed to.
Example:
["extraction.completed", "extraction.failed"]
Whether the webhook is currently active.
Example:
true
Timestamp when the webhook was created (ISO 8601).
