Skip to main content
POST
Mark a referral as qualified

Path Parameters

This endpoint marks a referral as qualified, indicating that the referred customer has met the criteria for the referrer to receive their reward. No request body is required.

Example Request

Response

Returns the updated referral object with status set to qualified.

Notes

  • Only referrals with pending status can be qualified. Attempting to qualify a referral that is already qualified, completed, or expired returns a 422 error.
  • Qualifying a referral does not automatically credit the reward. The reward is credited once the referral transitions to completed status.
  • Use this endpoint to manually approve referrals when you have custom qualification criteria beyond the default first-payment trigger.
If your referral program uses automatic qualification, referrals transition to qualified automatically when the referred customer completes their first payment. This endpoint is only needed for manual approval workflows.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Qualified referral.

data
object