cURL
curl --request POST \ --url https://api.example.com/api/v2/payments/promo
Redeem a promo or referral code
Documentation IndexFetch the complete documentation index at: https://docs.elumenta.ru/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://elumenta.ru/api/v2/payments/promo \ -H "Authorization: Bearer nb_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"code": "WELCOME2026"}'