Veho Tech · Authentication Profile

Veho Tech Authentication

Authentication

Veho Tech secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

LogisticsShippingLast-Mile DeliveryPackage TrackingE-CommerceDeliveryWebhooks
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (apikey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/veho-tech-api-openapi-original.yml
docs: https://docs.api.shipveho.com/docs/veho-api/jn0u5escxmisw-authentication
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: apikey
  sources:
  - openapi/veho-tech-api-openapi-original.yml
  notes: >-
    UUID-format key sent as `apikey: 00000000-0000-0000-0000-000000000000`
    (docs placeholder example). Applied globally to all operations.
provisioning: >-
  API keys are provided by Veho — there is no self-serve signup. Sandbox and
  production environments use separate keys; contact api@shipveho.com.
error_semantics:
  '401': Unauthorized — request missing an `apikey` header, or the key was invalid.
  '403': Forbidden — the key doesn't have permission for the requested resource.
unauthenticated_endpoints:
- GET /serviceable-zips on the sandbox host (per Sandbox Environment docs)