HitchPin · Authentication Profile

Hitchpin Authentication

Authentication

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

CompanyMarketplaceAgricultureLivestockHay and ForageFarm EquipmentInvoicingPaymentsRural
Methods: apiKey Schemes: 2 OAuth flows: API key in: cookie, header

Security Schemes

cookieAuth apiKey
· in: cookie (sessionid)
tokenAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/hitchpin-django-api-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
  - header
schemes:
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: sessionid
  sources:
  - openapi/hitchpin-django-api-openapi.json
- name: tokenAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: Token-based authentication with required prefix "Token"
  sources:
  - openapi/hitchpin-django-api-openapi.json