Authentication
- Primary:
Authorization: Bearer <jwt>from Parsepoint ID. - API key support:
X-API-Key: pp_live_*orX-API-Key: pp_test_*. - Base URL:
https://api.app-parsepoint.com
Use the canonical OpenAPI schema directly in your agent, integration, or code generation workflow.
Authorization: Bearer <jwt> from Parsepoint ID.X-API-Key: pp_live_* or X-API-Key: pp_test_*.https://api.app-parsepoint.comcurl -X GET 'https://api.app-parsepoint.com/v1/search/?q=lease&type=all&limit=10' \ -H 'Authorization: Bearer <jwt>' \ -H 'X-Organization-ID: <company_id>' \ -H 'X-Company-ID: <company_id>'