Authentication
All API requests require a valid API key. Include your key in theAuthorization header as a Bearer token.
Base URL:
https://api.redplanetdata.comHeader 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
| Prefix | Environment | Description |
|---|---|---|
rp_live_ | Production | Live data access, usage counted |
rp_test_ | Sandbox | Test 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"