1. Get an API key
Scanner keys are issued by Sly to partner tenants. Contact your account manager (or email partners@getsly.ai) with:- Your tenant ID
- The scopes you need (
scan,batch,read,tests) - Expected request volume
psk_live_... (or psk_test_... for sandbox) and an initial credit grant.
2. Check your balance
3. Run your first scan
4. Batch-score a merchant list
{ batch_id, status: "pending", total_targets: 3, credits_charged: 2 }.
Poll /v1/scanner/scan/batch/:id every few seconds for progress, then query /v1/scanner/scans?min_score=0 to pull results.
5. Find best prospects
opportunity_score. Export the full list as CSV with /v1/scanner/prospects/export.
What’s next
- Authentication — SSO via your Sly account or dedicated API keys.
- Credits & billing — usage reporting and top-up flow.
- Endpoint reference.
