REST API
PropNex AI APIs
- Auth: API keys via Authorization: Bearer <key>. Default 120 req/min per workspace (burst 30).
- Core resources: Agents, Campaigns, Calls, Leads, Analytics, Webhooks.
- Example: GET /v1/calls?campaign_id=… · POST /v1/calls to trigger outbound dials.
- Errors return JSON with code + message (401, 422, 429). Idempotency-Key supported on write routes.