DocsAPI ReferenceReferral/api/v1/referral/referred-customers
getReferralPublic API v1

/api/v1/referral/referred-customers

Returns a list of customers referred by the given customer (identified by cuRefNo).

referralgetApiV1ReferralReferred-customers

Parameters

1 query

1 total
Query · 1
cuRefNostringRequired

cuRefNo = customer reference number.

Length: 1616

Request

GET /api/v1/referral/referred-customers

get
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.

Get API Key