Apex27 · Authentication Profile

Apex27 Authentication

Authentication

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

Real EstateUnited KingdomPropTechProperty ListingsCRMEstate AgencyLettingsRentalsProperty ManagementValuationTenancyConveyancing
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-key)
PortalApiKey apiKey
· in: query (api_key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-26'
method: derived
source: openapi/apex27-crm-api-openapi.yml, openapi/apex27-portal-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key issued to a paying Apex27 tenant from the CRM admin panel. No self-serve
    issuance.
  sources:
  - openapi/apex27-crm-api-openapi.yml
- name: PortalApiKey
  type: apiKey
  in: query
  parameter: api_key
  description: Portal API key from Admin Panel > Websites > [Your Website] > Integrations tab
    > Portal API section.
  sources:
  - openapi/apex27-portal-api-openapi.yml