v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Referrals

List referrals

List the referrals that have been created from an application.

get/v1/applications/{applicationId}/referrals

Path parameters

applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a

Response

Success

Example response

{
  "items": [
    {
      "_id": "referral_tz4a98xxat96iws9zmbrgj3a",
      "code": "AK_23456789BC"
    }
  ]
}