1. Get an API key
Company Matching uses customer API keys, not login JWTs, on the match endpoints. Contact support@thedatacity.com for a key. Keys look like:2. Match one company
Send aPOST to /api/v1/match with at least input_name. Include your key in the Authorization header.
3. Read the result
A successful response looks like this:matched_company_number (and related fields) are null. That is still a 200 — check for a present CRN rather than assuming every call resolves.
Matching a list
For more than one company, use the batch API: submit the list, then poll status or receive a completion webhook.What’s next
Authentication
How keys work and how to send them.
Response reference
Every field in the response, and when it is empty.
Errors
Status codes and retry guidance.
Endpoint reference
Full request/response schema with the interactive playground.