v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBReferrals
Redeem referral
Redeem a referral code into a new application.
Referral redemption is asynchronous. The response includes a redemption ID and processing status. Poll GET /v1/referral-redemptions/{redemptionId} until the redemption status is completed or failed. The completed response includes the new application ID.
post/v1/referral-redemptions
Request body
Example request
{
"code": "AK_23456789BC"
}Response
Success
Example response
{
"_id": "referral_redemption_tz4a98xxat96iws9zmbrgj3a"
}