LiquiDonate · Authentication Profile

Liquidonate Authentication

Authentication

LiquiDonate secures its APIs with apiKey across 4 declared security schemes, as derived from its OpenAPI definitions.

Reverse LogisticsReturns ManagementDonationsNonprofitsRetailEcommerceSustainabilityCircular EconomyShippingSupply ChainExcess InventoryCompany
Methods: apiKey Schemes: 4 OAuth flows: API key in: header

Security Schemes

liquidonateKey apiKey
· in: header (X-LiquiDonate-Key)
liquidonateSecret apiKey
· in: header (X-LiquiDonate-Secret)
shopDomain apiKey
· in: header (X-Shop-Domain)
hmacSignature apiKey
· in: header (X-Signature)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/liquidonate-magicmatch-openapi.yml, openapi/liquidonate-returnsdirect-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: liquidonateKey
  type: apiKey
  in: header
  parameter: X-LiquiDonate-Key
  description: Retailer API key issued by v1/setupRetailer. Prefixed `ld_`.
  sources:
  - openapi/liquidonate-magicmatch-openapi.yml
- name: liquidonateSecret
  type: apiKey
  in: header
  parameter: X-LiquiDonate-Secret
  description: Retailer API secret issued by v1/setupRetailer. Prefixed `ld_sk_`.
  sources:
  - openapi/liquidonate-magicmatch-openapi.yml
- name: shopDomain
  type: apiKey
  in: header
  parameter: X-Shop-Domain
  description: Your shop identifier, e.g. acme.com. Must match the value LiquiDonate has on
    file.
  sources:
  - openapi/liquidonate-returnsdirect-openapi.yml
- name: hmacSignature
  type: apiKey
  in: header
  parameter: X-Signature
  description: HMAC-SHA256 of the raw request body using the shared secret LiquiDonate provisions
    for your shop, as lowercase hex.
  sources:
  - openapi/liquidonate-returnsdirect-openapi.yml