CollectNow API Playground
Test API endpoints live. View full docs (JSON)
Required for most endpoints. Score and registration are free — no key needed.
Response
Click an endpoint above to see the response here.
Quick Start
- Click Register as Partner to get your API key
- Paste the
apiKeyinto the field above - Try Run Score (free, no key needed)
- Create a demand letter, then list and track your cases
cURL Example
curl -X POST https://collectnow.io/api/v1/score \
-H "Content-Type: application/json" \
-d '{"amountOwed":5000,"state":"FL","hasDebtorAddress":true,"debtAgeDays":30}'Authentication
Include your API key in the x-api-key header. Score endpoint is free and requires no key. All other endpoints require a valid partner API key.
CollectNow © 2026 — Partner API v1