Vori · Authentication Profile

Vori Authentication

Authentication

Every Vori REST API request carries a bearer JWT in the Authorization header. There is no Vori-issued API key or OAuth flow: integrations exchange a Vori user's email/password at Google Identity Toolkit (Firebase identitytoolkit/v3/relyingparty/verifyPassword) for an idToken, then refresh hourly by exchanging the returned refreshToken at securetoken.googleapis.com/v1/token (refresh tokens may rotate on each exchange). Vori recommends creating a banner-level Read-only role user for read-only integrations to limit blast radius.

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

CompanyApplicationsGroceryPoint of SaleRetailInventoryPaymentsCommerce
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/vori-openapi.yml
docs: https://help.vori.com/api/introduction
summary:
  types:
  - http
description: >-
  Every Vori REST API request carries a bearer JWT in the Authorization header.
  There is no Vori-issued API key or OAuth flow: integrations exchange a Vori
  user's email/password at Google Identity Toolkit (Firebase
  identitytoolkit/v3/relyingparty/verifyPassword) for an idToken, then refresh
  hourly by exchanging the returned refreshToken at
  securetoken.googleapis.com/v1/token (refresh tokens may rotate on each
  exchange). Vori recommends creating a banner-level Read-only role user for
  read-only integrations to limit blast radius.
token_flow:
  obtain: POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword (email, password, returnSecureToken)
  refresh: POST https://securetoken.googleapis.com/v1/token (grant_type=refresh_token)
  lifetime: idToken expires after one hour
  header: 'Authorization: Bearer <idToken>'
least_privilege:
  recommendation: banner-level Read-only role account for read-only integrations
schemes:
- name: bearer
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/vori-openapi.yml