1. Get an API key
Go to API Keys and generate a key. It will look likecur_live_xxxxxxxxxxxx.
2. Run a search
Searches typically take 20–40 seconds to complete. The business registry
lookup is the bottleneck.
3. Read the response
A successful response returns a JSON object with several top-level sections:| Field | Description |
|---|---|
meta.searchId | Save this to retrieve the result later via GET /search/{id} |
meta.submitted | Your original query and the parameters used (with defaults applied) |
meta.status | completed, completed-with-errors, or error |
businesses | Registry matches, sorted by confidence score |
regulatory | Charity, MSB, cannabis, and health service provider registrations |
sanctions | Sanctions matches (null when screening not enabled) |
website | Website analysis results (null when not enabled) |
errors | Per-source errors (null when all sources succeeded) |
Next steps
Authentication
Learn about API key formats and best practices
Search guide
Explore all search parameters and what they return
Sanctions screening
Add global watchlist screening to your searches
Response structure
Full reference for every field in the response