PushPress · Authentication Profile

Pushpress Authentication

Authentication

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

FitnessGym ManagementMembership ManagementFitness SoftwareClass SchedulingBillingCRMWellnessSaaSWebhooks
Methods: apiKey Schemes: 1 OAuth flows: API key in:

Security Schemes

api_key apiKey
· in: header ()

Source

Authentication Profile

Raw ↑
generated: '2026-07-12'
method: derived
source: openapi/pushpress-openapi.yml
summary:
  types:
  - apiKey
schemes:
- name: api_key
  type: apiKey
  in: header
  parameterName: API-KEY
  description: >-
    API key issued in the PushPress developer portal (developer.pushpress.com),
    passed in the `API-KEY` request header. Keys can also be created, listed,
    retrieved, and revoked programmatically via the /keys endpoints. Every
    request is additionally scoped to a single gym location with a `company-id`
    header.
  sources:
  - openapi/pushpress-openapi.yml
  - https://github.com/PushPress/pushpress-ts