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.

CompanyApplicationGroceryPoint-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

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/vori-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.