Base URL
| Environment | Base URL |
|---|---|
| Production | https://api.kyckr.com/v2 |
| Test | https://test-api.kyckr.com/v2 |
Authentication
Every request requires your API key, sent in theAuthorization header. See Getting Started for how to obtain and send your key.
Response format
Responses share a common envelope:correlationId— a unique ID for the request; quote it in support enquiries.timeStamp— when the response was generated.details— a human-readable status message.data— the response payload, which varies by endpoint.
orderId you can poll for the result.
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 V2 contract.