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

# Your webhook subscriptions (enterprise keys)

> Your webhook subscriptions on this key (enterprise tier): the URL, the events and when each was created.



## OpenAPI

````yaml /api-reference/openapi.json get /v1/webhooks
openapi: 3.1.0
info:
  title: Truckaurbus API
  version: v1
  description: >-
    The public v1 API at https://api.truckaurbus.com/v1. Authenticate with an
    API key in the Authorization header: Bearer tab_live_...
servers:
  - url: https://api.truckaurbus.com
security: []
paths:
  /v1/webhooks:
    get:
      tags:
        - v1
      summary: Your webhook subscriptions (enterprise keys)
      description: >-
        Your webhook subscriptions on this key (enterprise tier): the URL, the
        events and when each was created.
      operationId: identity_api_v1_list_webhooks
      parameters: []
      responses:
        '200':
          description: OK

````