Ship24 · Authentication Profile

Ship24 Authentication

Authentication

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

TrackingLogisticsShippingCouriersParcelsWebhooksEcommercePostPurchase
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

Authorization apiKey
· in: header (Bearer your_api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ship24-tracking-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: Authorization
  type: apiKey
  in: header
  parameter: Bearer your_api_key
  description: "The Ship24 API uses API keys to authenticate requests. You can [view and manage\
    \ them in your Dashboard](https://dashboard.ship24.com/integrations/api-keys). A `Default`\
    \ API key is created after you subscribe to a plan.\n\nTo authenticate your requests, include\
    \ an `Authorization` HTTP header to all your requests with the following value: `Bearer\
    \ your_api_key`. (Replace `your_api_key` by the one from "
  sources:
  - openapi/ship24-tracking-api-openapi.yml