Parameters
1 query
Query parameters
· 1cuRefNostringRequiredcuRefNo = customer reference number.
1cGIHvFoQDGLAbcAReturns a list of customers referred by the given customer (identified by cuRefNo).
1 query
cuRefNostringRequiredcuRefNo = customer reference number.
1cGIHvFoQDGLAbcA1 status code documented
itemsobject[]RequiredcuRefNostringRequiredcuRefNo = customer reference number.
1cGIHvFoQDGLAbcAemailstringRequiredContact email address.
The system validates the input as a standard email address and automatically applies normalization and canonicalization.
All API responses return the normalized form, and each email address is unique per organisation within the system.
Phone-only contacts: Since 2026-06-10 a contact may exist without an e-mail when it was registered only by phone (e.g. imports of phone-only records). Responses that expose such contacts use API_EMAIL_NULLABLE instead, where this field can be null. Endpoints that accept e-mail as input still require a valid value here — phone-only creation goes through admin-only import / BFF flows.
jan@barasek.comfirstNamestringOptionalJanlastNamestringOptionalBarášekinsertedDateDate | string | string | numberRequired2025-01-10T16:19:40.150ZlastActivityDateDate | string | string | numberRequired2025-01-10T16:19:40.150Z{
"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"
}
]
}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"All BizKitHub public API endpoints require authentication via API key.