Redeems a gift code for the authenticated user, applying premium benefits.
curl --request POST \
--url https://api.fluxer.app/v1/gifts/{code}/redeem \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<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.
curl --request POST \
--url https://api.fluxer.app/v1/gifts/{code}/redeem \
--header 'Authorization: <api-key>'{
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}