/api/v1/referral/referred-customers
Returns a list of customers referred by the given customer (identified by cuRefNo).
referralgetApiV1ReferralReferred-customers
Parameters
1 query
Query · 1
cuRefNostringRequiredcuRefNo = customer reference number.
Length: 16–16
Request
GET /api/v1/referral/referred-customers
curl -X GET "https://api.bizkithub.com/api/v1/referral/referred-customers?cuRefNo=1cGIHvFoQDGLAbcA" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"cuRefNo": "1cGIHvFoQDGLAbcA",
"email": "jan@barasek.com",
"firstName": "Jan",
"lastName": "Barášek",
"insertedDate": "2025-01-10T16:19:40.150Z",
"lastActivityDate": "2025-01-10T16:19:40.150Z"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.