Skip to main content

Dashboard / Atlas Multifamily Partners / Enterprise / API access

API access

Mint credentials for pulling Atlas Multifamily Partners’s portfolio data into BI tools, spreadsheets, or property-management integrations.

Enterprise

How it works

  • Authenticate with anAuthorization: Bearer liber_ent_…header on every request.
  • One-time reveal. Keys are shown once at creation — the server only stores a SHA-256 hash. Rotate by revoking + minting.
  • Scoped to your portfolio. A key can only read the properties, reviews, responses, and leads owned by this operator.

Active keys

KeyLabelCreatedLast usedAction
liber_ent_ATLASDBI dashboard readonlyJul 10, 2026Jul 20, 2026

Mint a new key

The plaintext is shown once and never again. Store it in your secret manager immediately.

Revoked

  • liber_ent_ATLASR · Temporary integration test · revoked Jun 30, 2026

Endpoints

Base URL: https://liberapp.us

GET/api/v1/enterprise/portfolio

Portfolio aggregate + per-property rows for the authenticated operator.

curl https://liberapp.us/api/v1/enterprise/portfolio \
  -H "Authorization: Bearer liber_ent_YOUR_KEY_HERE"

Error responses

  • 401 AUTH_REQUIRED — missing or malformed Authorization header, or the key has been revoked.
  • 402 ENTERPRISE_REQUIRED— the key’s operator is no longer on an active Enterprise subscription.
  • 404 NOT_FOUND — operator lookup failed (rare — indicates an underlying account issue; contact your CSM).