SPOD · Authentication Profile

Spod Authentication

Authentication

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

Print on DemandPODDropshippingFulfillmentE-commerceMerchandiseSpreadshirtSpreadconnect
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

access_token apiKey
· in: header (X-SPOD-ACCESS-TOKEN)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spod-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: access_token
  type: apiKey
  in: header
  parameter: X-SPOD-ACCESS-TOKEN
  description: Per-account API access token generated in the SPOD / Spreadconnect web application.
    Send it as a header on every request.
  sources:
  - openapi/spod-openapi.yml