Skip to main content
POST
/
companies
/
{kyckrId}
/
enhanced
Request Enhanced Profile
curl --request POST \
  --url https://api.kyckr.com/v2/companies/{kyckrId}/enhanced \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "customerReference": "<string>",
  "contactEmail": "jsmith@example.com"
}
'
"<unknown>"

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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kyckrId
string
required

Kyckr company reference, a shared format, usable across our V2 APIs

Body

application/json
customerReference
string

Optional client reference

contactEmail
string<email>

An email address that can be contacted in case of issues with the order

Response

Created

The response is of type any.