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

  1. Click Register as Partner to get your API key
  2. Paste the apiKey into the field above
  3. Try Run Score (free, no key needed)
  4. 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