Skip to main content

North Reports API

Build powerful integrations with the North Reports platform. Our RESTful API gives you programmatic access to create, manage, and automate your real estate reports.

What you can do

Create Reports

Automatically create North reports from your CRM or other data sources

Manage Comparables

Add and update comparable properties programmatically

Track Showings

Sync showing schedules with your calendar apps

Import Social Data

Pull in social media engagement metrics automatically

Perfect for automation platforms

The North API works seamlessly with:
  • Zapier - Connect North to 5,000+ apps
  • Make.com - Build complex automation workflows
  • n8n - Self-hosted workflow automation
  • Custom Applications - Direct REST API integration

Getting started

1

Get your API key

Generate an API key from your Dashboard Settings > Integrations
2

Make your first request

Test your connection by fetching your user info:
curl -X GET \
  https://api.northreports.com/v1/users/me \
  -H "Authorization: Bearer north_sk_live_YOUR_KEY"
3

Explore the API

Browse the API Reference to see all available endpoints

API Features

Security

  • Bearer token authentication
  • Full access API keys (no granular permissions to manage)
  • Automatic key rotation support
  • All requests over HTTPS

Rate Limiting

  • 100 requests per hour
  • Clear rate limit headers in every response

Real-time Updates

  • Webhook subscriptions for events
  • Report published notifications
  • Showing scheduled alerts

Base URL

All API requests are made to:
https://api.northreports.com/v1

Need help?