> ## 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.

# Khali daala, your side: your trucks empty ahead, the cards open for a return load, the offers on each

> Your side of Khali daala, read as you: your trucks empty ahead, the cards open for a return load with what each shows and the offers on it. The key's owner is the fleet's owner; nobody else's cards are visible.



## OpenAPI

````yaml /api-reference/openapi.json get /v1/khali
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_...


    Every figure carries its kind and its date. The API never carries the page a
    value came from.
servers:
  - url: https://api.truckaurbus.com
security: []
paths:
  /v1/khali:
    get:
      tags:
        - v1
      summary: >-
        Khali daala, your side: your trucks empty ahead, the cards open for a
        return load, the offers on each
      description: >-
        Your side of Khali daala, read as you: your trucks empty ahead, the
        cards open for a return load with what each shows and the offers on it.
        The key's owner is the fleet's owner; nobody else's cards are visible.
      operationId: identity_api_v1_khali
      parameters: []
      responses:
        '200':
          content:
            application/json:
              schema:
                additionalProperties: true
                title: Response
                type: object
          description: OK

````