API Authentication

5 min readUpdated January 22, 2026

Getting Your API Key#

To get your API key:

  • Go to Settings > API
  • Click "Generate API Key"
  • Copy your key (shown once)
  • Store securely - never commit to code

Important: API keys have full account access. Keep them secret!

Using Your API Key#

Include your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

All API requests must use HTTPS.

Rate Limits#

API rate limits:

  • Standard: 100 requests/minute
  • Pro: 500 requests/minute
  • Enterprise: Custom limits

Exceeding limits returns 429 Too Many Requests.

Ready to automate?

Scale your real estate business with Trackably.

Was this article helpful?

Your feedback helps us improve our documentation.