Grist · Authentication Profile

Grist Authentication

Authentication

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

SpreadsheetDatabaseCollaborationNo-CodeData ManagementWebhooksOpen Source
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

ApiKey http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/grist-rest-api-openapi.yml
summary:
  types:
  - http
schemes:
- name: ApiKey
  type: http
  scheme: bearer
  bearerFormat: 'Authorization: Bearer XXXXXXXXXXX'
  description: Access to the Grist API is controlled by an Authorization header, which should
    contain the word 'Bearer', followed by a space, followed by your API key.
  sources:
  - openapi/grist-rest-api-openapi.yml