Skip to main content
GET
/
core
/
price
/
product
/
{countryISO}
/
{productName}
Price of a Specific Product
curl --request GET \
  --url https://rest.kyckr.com/core/price/product/{countryISO}/{productName} \
  --header 'Authorization: <api-key>'
"€1.20"

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

productName
string
required

Product code which can be found on the filing search API

Response

200 - application/json

OK

The response is of type string.