Base URL
| Environment | Base URL |
|---|---|
| Production | https://rest.kyckr.com |
| Test | https://rest.kyckr.com/test |
Authentication
Every request requires your API key, sent in theAuthorization header. See Getting Started for how to obtain and send your key.
Response format
V1 responses useField-suffixed property names (for example responseCodeField, responseDetailsField). Result status is conveyed through responseCodeField and responseDetailsField, and asynchronous operations return an orderIdField you can poll for the result.
V2 uses clean property names (e.g.
id, companyName) and a different response envelope. If you are starting a new integration, prefer Company V2.Finding your way around
- Getting Started and the other guides — task-based walkthroughs for search, profiles, documents, and orders.
- API Reference (this section) — every endpoint, listed below.
- Changelog — version history for the V1 contract.