Skip to main content
GET
/
core
/
filing
/
search
/
{countryISO}
/
{companyCode}
Filing Search
curl --request GET \
  --url https://rest.kyckr.com/core/filing/search/{countryISO}/{companyCode} \
  --header 'Authorization: <api-key>'
{
  "productsField": [
    {
      "idField": "CROON_Q1JPX0NvbXBhbnlQcm9maWxl_NDM2MDI0",
      "priceTagField": "IE_CRO_CP",
      "priceField": "€0.0",
      "currencyField": "€",
      "productCodeField": "CRO_CompanyProfile",
      "companyCodeField": "436024",
      "productFormatField": "PDF",
      "productTitleField": "Company Profile",
      "PropertyChanged": null,
      "tierCodeField": "A",
      "tierValueField": "1.00"
    }
  ]
}

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.

Authorizations

Authorization
string
header
required

Path Parameters

countryISO
string
required

2-digit ISO country code

companyCode
string
required

Retrieved from search results "codeField" attribute

Query Parameters

regAuth
string

Registration Authority string from search query

continuationKey
string

Response

200 - application/json

Example response

productsField
object[]