Skip to Content

RedeemCode API Reference

⚠️ This route doesn’t extend base route.

NameTypeDescription
redeem(code: string, options: RedeemOptions): Promise<RedeemCodeData>functionRedeem a code.

Note: redeem is not cached.

RedeemOptions

Extend the Required<BaseFetchOptions> interface.

OptionTypeDescription
uidstringThe user id.
cookie_tokenstringThe cookie token.