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.
How it works
- Authenticate with an
Authorization: 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
| Key | Label | Created | Last used | Action |
|---|---|---|---|---|
liber_ent_ATLASD… | BI dashboard readonly | Jul 10, 2026 | Jul 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).