Formspree · Authentication Profile

Formspree Authentication

Authentication

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

FormsBackendStatic SitesEmailWebhooksJAMstackCLI
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

apiKeyBasic http
scheme: basic

Source

Authentication Profile

formspree-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/formspree-openapi.yml
summary:
  types:
  - http
schemes:
- name: apiKeyBasic
  type: http
  scheme: basic
  description: |-
    Basic auth with empty username and the form API key as password
    (e.g. `curl -u :API_KEY https://formspree.io/api/0/forms/{hashid}/submissions`).
  sources:
  - openapi/formspree-openapi.yml