> ## Documentation Index
> Fetch the complete documentation index at: https://docs.genuka.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get all webhooks

> Retrieves a list of all webhooks registered in your store. Each webhook includes details such as its URL, subscribed events, status, and creation date. Useful for managing or auditing your webhook integrations.



## OpenAPI

````yaml GET /2023-11/admin/webhooks
openapi: 3.0.3
info:
  title: Genuka V2 - API
  version: 1.0.0
  contact: {}
servers:
  - url: https://api-staging.genuka.com
  - url: https://api.genuka.com
security:
  - bearerAuth: []
tags:
  - name: Public Routes
  - name: Pages
  - name: Collections
  - name: Shops
  - name: Products
  - name: Articles
  - name: Discounts
  - name: Blogs
  - name: Company
  - name: Review
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Private Routes
  - name: Authentication
  - name: Apps
  - name: Accounting
  - name: Addresses
  - name: Customer
  - name: Analytics
  - name: Articles1
  - name: Availabilities
  - name: API Keys
  - name: Orders
  - name: Bills
  - name: Blogs1
  - name: Calendar Events
  - name: Collections1
  - name: Company1
  - name: Customers
  - name: Deliveries
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Discount
  - name: Domains
    description: |-
      ``` json
      {
      "domain": "",
      "company_id": ""
      }

       ```
  - name: Analytics1
  - name: Orders1
  - name: Payments
  - name: Pages1
  - name: Production
  - name: Bill of Materials
  - name: Payments1
  - name: Payments Methods
  - name: Workflows
  - name: New Folder
  - name: Wallet
  - name: Marketing
  - name: Campaigns
  - name: Templates
  - name: Products1
  - name: Product Variants
  - name: Analytics12
  - name: Services
    description: >-
      Services are "Products" that have a duration in minutes, a buffer time and
      a list of users able to provide the service.
  - name: SupplierProducts
  - name: Shops1
    description: >-
      Shops are sort of subsidiary of companies. A Company can have many Shops.
      Each shop can have 0 or more .  
        
      But all of them are properties of a Company.
  - name: Warehouses
    description: >-
      Warehouses are places where stocks are placed.


      Shop which are physical or virtual point of sales can be attached to one
      or many warehouses to take their products.
  - name: Stocks
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Review1
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: ReviewCriterion
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: StockMovements
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Suppliers
  - name: Treasury Accounts
    description: Comptes de trésorerie
  - name: Users
  - name: Wrapped
  - name: Returns
  - name: Webhooks
  - name: Customer Routes
  - name: Authentication1
  - name: Addresses1
  - name: Orders12
  - name: Payments12
  - name: Review12
    description: |-
      ``` json
      {
      "title": "",
      "quantity": "",
      "product_variant": "",
      "date": "",
      "company_id": "",
      "shops": []
      }

       ```
  - name: Developer Routes
  - name: Authentication12
  - name: Apps1
  - name: Apps Shortcut
  - name: Products12
    description: Developer can access a company product through its app
paths:
  /2023-11/admin/webhooks:
    get:
      tags:
        - Private Routes
        - Webhooks
      summary: List
      description: List
      operationId: list31
      parameters:
        - name: filter[search]
          in: query
          schema:
            type: string
            example: confirmed
        - name: x-company
          in: header
          schema:
            type: string
            example: '{{companyId}}'
      responses:
        '200':
          description: '200'
          headers:
            Cache-Control:
              schema:
                type: string
                example: no-cache, private
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Fri, 10 Oct 2025 14:56:17 GMT
            Server:
              schema:
                type: string
                example: nginx/1.18.0 (Ubuntu)
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            X-RateLimit-Limit:
              schema:
                type: string
                example: '6000'
            X-RateLimit-Remaining:
              schema:
                type: string
                example: '5998'
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        created_at:
                          type: string
                          example: '2025-10-10T14:55:27.000000Z'
                        description:
                          nullable: true
                          example: null
                        events:
                          type: array
                          items:
                            type: string
                            example: order.created
                          example:
                            - order.created
                        failure_count:
                          type: number
                          example: 0
                        id:
                          type: string
                          example: 01k779x9jv4cdpca6zjzgdatj3
                        is_active:
                          type: boolean
                          example: true
                        last_triggered_at:
                          nullable: true
                          example: null
                        metadata:
                          nullable: true
                          example: null
                        secret:
                          type: string
                          example: c2EmRyAUY0uND8qvv2px5iOUbYHDpAtz
                        updated_at:
                          type: string
                          example: '2025-10-10T14:55:27.000000Z'
                        url:
                          type: string
                          example: https://genuka-api.test/admin
                    example:
                      - created_at: '2025-10-10T14:55:27.000000Z'
                        description: null
                        events:
                          - order.created
                        failure_count: 0
                        id: 01k779x9jv4cdpca6zjzgdatj3
                        is_active: true
                        last_triggered_at: null
                        metadata: null
                        secret: c2EmRyAUY0uND8qvv2px5iOUbYHDpAtz
                        updated_at: '2025-10-10T14:55:27.000000Z'
                        url: https://genuka-api.test/admin
                  links:
                    type: object
                    properties:
                      first:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/webhooks?page=1
                      last:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/webhooks?page=1
                      next:
                        nullable: true
                        example: null
                      prev:
                        nullable: true
                        example: null
                  meta:
                    type: object
                    properties:
                      current_page:
                        type: number
                        example: 1
                      from:
                        type: number
                        example: 1
                      last_page:
                        type: number
                        example: 1
                      links:
                        type: array
                        items:
                          type: object
                          properties:
                            active:
                              type: boolean
                              example: false
                            label:
                              type: string
                              example: '&laquo; Previous'
                            page:
                              type: number
                              nullable: true
                              example: null
                            url:
                              type: string
                              nullable: true
                              example: null
                        example:
                          - active: false
                            label: '&laquo; Previous'
                            page: null
                            url: null
                          - active: true
                            label: '1'
                            page: 1
                            url: >-
                              http://genuka-api.test/2023-11/admin/webhooks?page=1
                          - active: false
                            label: Next &raquo;
                            page: null
                            url: null
                      path:
                        type: string
                        example: http://genuka-api.test/2023-11/admin/webhooks
                      per_page:
                        type: number
                        example: 15
                      to:
                        type: number
                        example: 1
                      total:
                        type: number
                        example: 1
              examples:
                '200':
                  value:
                    data:
                      - created_at: '2025-10-10T14:55:27.000000Z'
                        description: null
                        events:
                          - order.created
                        failure_count: 0
                        id: 01k779x9jv4cdpca6zjzgdatj3
                        is_active: true
                        last_triggered_at: null
                        metadata: null
                        secret: c2EmRyAUY0uND8qvv2px5iOUbYHDpAtz
                        updated_at: '2025-10-10T14:55:27.000000Z'
                        url: https://genuka-api.test/admin
                    links:
                      first: http://genuka-api.test/2023-11/admin/webhooks?page=1
                      last: http://genuka-api.test/2023-11/admin/webhooks?page=1
                      next: null
                      prev: null
                    meta:
                      current_page: 1
                      from: 1
                      last_page: 1
                      links:
                        - active: false
                          label: '&laquo; Previous'
                          page: null
                          url: null
                        - active: true
                          label: '1'
                          page: 1
                          url: http://genuka-api.test/2023-11/admin/webhooks?page=1
                        - active: false
                          label: Next &raquo;
                          page: null
                          url: null
                      path: http://genuka-api.test/2023-11/admin/webhooks
                      per_page: 15
                      to: 1
                      total: 1
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````