Authentication

All API requests require a valid API key. Include your key in theAuthorization header as a Bearer token.

Base URL: https://api.redplanetdata.com

Header format

Authorization: Bearer rp_live_xxxxxxxxxxxxxxxxxxxx

Get your API key

Sign up at /signup to get a free API key instantly. Keys are shown once at creation — store them securely.

Key format

PrefixEnvironmentDescription
rp_live_ProductionLive data access, usage counted
rp_test_SandboxTest data, no usage counted (coming soon)

Example request

curl -H "Authorization: Bearer rp_live_xxxxxxxxxxxx" \
  "https://api.redplanetdata.com/v1/properties?state=NY&limit=5"