Havenly · Authentication Profile

Havenly Authentication

Authentication

Havenly secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

CompanyInterior DesignHome DecorFurnitureE-CommerceMarketplaceDesignRetailAI
Methods: http, oauth2 Schemes: 2 OAuth flows: password API key in:

Security Schemes

bearerAuth http
scheme: bearer
oauth2 oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/havenly-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - password
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'OAuth2 access token from POST /oauth (password grant), sent as Authorization:
    Bearer <token>.'
  sources:
  - openapi/havenly-openapi.yml
- name: oauth2
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://api.havenly.com/oauth
    scopes: 0
  sources:
  - openapi/havenly-openapi.yml