# Retrieve collection of webhooks. Use this endpoint to retrieve the collection of webhook information. Endpoint: GET /webhooks Version: 1.0.0 Security: ## Query parameters: - `page` (integer) The collection page number - `itemsPerPage` (integer) The number of items per page - `order[uuid]` (string) Enum: "asc", "desc" - `order[organization]` (string) Enum: "asc", "desc" - `order[user]` (string) Enum: "asc", "desc" - `order[url]` (string) Enum: "asc", "desc" - `order[secret]` (string) Enum: "asc", "desc" - `order[certificateVerificationDisabled]` (string) Enum: "asc", "desc" - `order[enabled]` (string) Enum: "asc", "desc" - `order[subscriptions]` (string) Enum: "asc", "desc" - `order[createdAt]` (string) Enum: "asc", "desc" - `order[updatedAt]` (string) Enum: "asc", "desc" - `search` (string) Global case-insensitive text search. - `uuid` (string) - `uuid[]` (array) - `organization` (string) - `organization[]` (array) - `user.email` (string) - `user.email[]` (array) - `url` (string) - `url[]` (array) - `subscriptions` (string) - `subscriptions[]` (array) - `user.uuid` (string) - `user.uuid[]` (array) - `certificateVerificationDisabled` (boolean) - `enabled` (boolean) - `createdAt[between]` (string) - `createdAt[gt]` (string) - `createdAt[gte]` (string) - `createdAt[lt]` (string) - `createdAt[lte]` (string) - `updatedAt[between]` (string) - `updatedAt[gt]` (string) - `updatedAt[gte]` (string) - `updatedAt[lt]` (string) - `updatedAt[lte]` (string) ## Response 200 fields (application/json): - `uuid` (string,null) Webhook unique identifier. - `organization` (string,null) Example: "123e4567-e89b-12d3-a456-426614174000" - `user` (string,null) Example: "123e4567-e89b-12d3-a456-426614174000" - `enabled` (boolean) - `createdAt` (string) Webhook creation date. - `updatedAt` (string) Webhook update date. ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)