Skip to main content
Welcome to the ApartmentIQ API. These docs help you authenticate, explore resources, and implement common workflows.

Base URL

https://data.apartmentiq.io/apartmentiq/api/v1

Authentication

All requests use Bearer token authentication. See Authentication for full details.
curl -s \
  -H "Authorization: Bearer <access_token>" \
  "https://data.apartmentiq.io/apartmentiq/api/v1/accounts/<your_account_id>/comp_sets"

Set up authentication

API access must be enabled for your account. If you don’t see the API Credentials section in your settings, contact your ApartmentIQ representative.
The recommended approach is to create an API Key, which manages token lifecycle automatically.
  1. In the web app, open your user menu (bottom-left avatar) and choose My Settings.
  2. In the API Credentials section, click Create API Key and give it a name.
  3. Copy the Client ID and Client Secret (the secret is only shown once).
  4. Your app exchanges these credentials for short-lived access tokens via the token endpoint.
For quick testing, you can also create a manual access token from the Access Tokens tab. See Authentication for both options.
Never share credentials publicly or commit them to version control.

What you can do

Market Survey

Analyze your comp set.

Market Analysis

Explore markets and properties.

Explore next

Key Terms

Learn core terms.

Authentication

Set up API authentication.

Rate Limits

Understand request limits.

Errors

Understand error responses.