Propertyware · Authentication Profile

Propertyware Authentication

Authentication

Propertyware secures its APIs with apiKey across 3 declared security schemes, as derived from its OpenAPI definitions.

Property ManagementReal EstateRental PropertiesSingle-Family RentalsLeasesTenantsMaintenanceWork OrdersFinancial TransactionsOwner Reports
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

clientId apiKey
· in: header (x-propertyware-client-id)
clientSecret apiKey
· in: header (x-propertyware-client-secret)
organizationId apiKey
· in: header (x-propertyware-system-id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/propertyware-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: clientId
  type: apiKey
  in: header
  parameter: x-propertyware-client-id
  sources:
  - openapi/propertyware-openapi.json
- name: clientSecret
  type: apiKey
  in: header
  parameter: x-propertyware-client-secret
  sources:
  - openapi/propertyware-openapi.json
- name: organizationId
  type: apiKey
  in: header
  parameter: x-propertyware-system-id
  sources:
  - openapi/propertyware-openapi.json