Create redeemable gift codes that grant subscription benefits (e.g. 1 month, 1 year, lifetime). Each code can be used once to activate benefits.
curl --request POST \
--url https://api.fluxer.app/v1/admin/codes/gift \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 50
}'{
"codes": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
Success
curl --request POST \
--url https://api.fluxer.app/v1/admin/codes/gift \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"count": 50
}'{
"codes": [
"<string>"
]
}