Payhip · Authentication Profile

Payhip Authentication

Authentication

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

E-commerceDigital ProductsMembershipsCreatorsCouponsLicense KeysWebhooksPayments
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (payhip-api-key)
productSecretAuth apiKey
· in: header (product-secret-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/payhip-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: payhip-api-key
  description: Account API key from the Developer Settings page. Used for coupon operations.
  sources:
  - openapi/payhip-openapi.yml
- name: productSecretAuth
  type: apiKey
  in: header
  parameter: product-secret-key
  description: Per-product secret key from the Developer Settings page. Used for license key
    operations.
  sources:
  - openapi/payhip-openapi.yml