Oceania • ISO NC
Verify New Caledonia companies via API
The New Caledonia company data and registry API. Know Your Customer Limited verifies New Caledonia companies live from Infogreffe, returning company data, controlling parties, and registry documents, with AML screening and ongoing monitoring. Free sandbox available.
What the API returns for New Caledonia
When you create a KYB case for a company in New Caledonia, Know Your Customer Limited retrieves data live from Infogreffe. A single integration returns the company record, the controlling parties and individuals and the registry documents, with AML screening on the entity and its associated individuals built into the same case.
New Caledonia data and document availability
What the API makes available for New Caledonia companies:
| Category | Available |
|---|---|
| Company data | Entity Name, Entity Type, Entity Status, Registration Number, Address, Registration Date, Activity Type |
| Controlling entities & individuals | Name, Address, Role |
| Shareholders & beneficial owners | Not available |
| Documents | Retrieved by default: Registry Extract Available on demand: None beyond the default set |
AML, sanctions, and PEP screening on the entity and its associated individuals, and ongoing live monitoring with change alerts, are available for New Caledonia as part of the same case.
Registry availability for New Caledonia
| Last measured | 2026-09-16 (UTC) |
| Current status | Available |
| Availability, 30 days | 100% (58 of 58 checks) |
| Availability, 7 days | 100% (45 of 45 checks) |
| Typical search time (median), 30 days | 2.3 s |
| Slow-case search time (95th percentile), 30 days | 3.0 s |
| Checks per day | 6.5 |
Source: Registry Search API.
Automated test searches against the live registry. Not a service-level commitment.
How to verify a company in New Caledonia via API
The following example shows the complete flow: authenticate, search the New Caledonia registry, create a KYB case, and retrieve company data and the ownership org-chart. All calls go to the sandbox base URL for testing.
The sandbox at https://api.knowyourcustomer.dev is free. Request access to get your client credentials.
# 1. Authenticate (OAuth2 client credentials)
curl -X POST https://api.knowyourcustomer.dev/connect/token \
-d "grant_type=client_credentials" \
-d "client_id=YOUR_CLIENT_ID" \
-d "client_secret=YOUR_CLIENT_SECRET" \
-d "scope=PublicApi"
# 2. Search the New Caledonia registry
curl -X POST https://api.knowyourcustomer.dev/v2/Companies/search \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"New Caledonia National Bank","codeiso31662":"AI"}'
# 3. Create a KYB case
curl -X POST https://api.knowyourcustomer.dev/v2/Companies \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"rawname":"New Caledonia National Bank","codeiso31662":"AI"}'
# 4. Retrieve company data and status
curl https://api.knowyourcustomer.dev/v2/Companies/CASE_ID \
-H "Authorization: Bearer $TOKEN"
# 5. Get the beneficial ownership org-chart
curl https://api.knowyourcustomer.dev/v2/Companies/CASE_ID/org-chart \
-H "Authorization: Bearer $TOKEN"
Replace YOUR_CLIENT_ID and YOUR_CLIENT_SECRET with your sandbox credentials, and CASE_ID with the caseCommonId returned in step 3.
Frequently asked questions about the New Caledonia KYB API
What company data can I verify in New Caledonia?
For a company in New Caledonia, the API returns the company record read live from Infogreffe: the entity name, type, status, registration number, address, and registration date, along with the controlling parties, and the available registry documents. See the table above for the full New Caledonia availability.
Does the API return beneficial ownership (UBO) data for New Caledonia companies?
For New Caledonia, the API returns the company record and the controlling parties and officers rather than a shareholder or beneficial-owner list. Where you need ownership for an entity in a jurisdiction that does publish it, the recursive org-chart (GET /v2/Companies/{caseCommonId}/org-chart) resolves it. See the UBO API.
Can I retrieve official registry documents for New Caledonia companies?
Yes. The default document set for New Caledonia includes Registry Extract, retrieved by default. List and download them with the documents endpoint (GET /v2/Companies/{caseCommonId}/documents).
Is there a free sandbox for testing New Caledonia company verification?
Yes. The Know Your Customer sandbox at https://api.knowyourcustomer.dev is a free, full-fidelity test environment. Request free sandbox access to start testing.
Is this a KYB or a KYC API?
Both. It is a business verification (KYB) API for corporate KYC: you verify companies from official New Caledonia registry data, resolve the controlling parties, and screen for AML. When you need to check the people behind a company, the same company data API covers identity verification (IDV). One integration, one New Caledonia company data and registry API.
The Know Your Customer Limited API covers 153 jurisdictions worldwide, including New Caledonia. One integration, one set of credentials, one response schema across all markets. Browse all covered jurisdictions.
Related coverage: British Virgin Islands • Cayman Islands • Argentina • Aruba • Bahamas • Belize.
Ready to verify New Caledonia companies?
The sandbox is free and available immediately. Integrate once, cover 153 jurisdictions.
