Skip to main content
POST
/
core
/
filing
/
order
Product Order
curl --request POST \
  --url https://rest.kyckr.com/core/filing/order \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "countryISO": "IE",
  "productKey": "CROOFF_12345",
  "companyName": "Kyckr",
  "orderRef": "Optional reference here"
}
'
{
  "Result": true,
  "Message": "Order Successful",
  "orderRef": "My Reference"
}

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

Body

application/json
countryISO
string
required
productKey
string
required
companyName
string
orderRef
string

Response

200 - application/json

OK

Result
boolean
Message
string
orderRef
string