Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

In addition to HTTP Codes, Kyckr supplies a code to provide additional information on the request response.
ResponseCodeEndpointsScenario
SUCCESS100AllRequest completed successfully
SERVER_ERROR500AllUnanticipated error
NO_RESULTS102Search, FilingsSearch of source was successful, but result was an empty list
REGISTRY_NOT_AVAILABLE104AllUnable to connect to a registry that we can normally service
COMPANY_NOT_FOUND105Profile, FilingsRequest was unsuccessful because the company does not exist
INVALID_REGISTRATION_AUTHORITY106Profile, FilingsThe contents of the regAuth parameter were not valid
PARAMETER_NOT_SUPPORTED107AllThe parameter included is not valid for this endpoint
TOO_MANY_MATCHES109Search, FilingsSearch was unsuccessful because too many matches were returned
COMPANY_NUMBER_NOT_VALID_FORMAT110Number Search, Profile, FilingsThe company number specified does not match the format expected for a particular jurisdiction
PRODUCT_NOT_AVAILABLE111AllThe combination of ISO code and Product is not one that exists
INVALID_ARGUMENT112AllInvalid argument used
INSUFFICIENT_FUNDS402AllAccount has insufficient funds to transact
The responseCodeField will be returned in the response for Search, Lite and Enhanced profiles as well as Fillings Search. There will not always be a responseCodeField if the result was successful. Successful responses can be treated as 100 - SUCCESS. If the result was unsuccessful, a responseCodeField will be present in the response.