Skip to content

kshontop/discord-nitro-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DISCORD NITRO BOOST GENERATRO

Authors

Deployment

To deploy this project run

npm install node-fetch uuid colors
npm install
node main.js

API Reference

POST /v1/direct-fulfillment
Parameter Type Description
partnerUserId string Required. User UUID
GET /billing/partner-promotions/${promotionId}/${token}
Parameter Type Description
promotionId string Required. Promotion ID
token string Required. Nitro code token

Example :

Generated URL: https://discord.com/billing/partner-promotions/1180231712274387115/generated_nitro_token

Notes

Request Nitro Code: The POST /v1/direct-fulfillment endpoint is used to request a Nitro code for a specific user identified by partnerUserId.

Get Promotion URL: The GET /billing/partner-promotions/${promotionId}/${token} endpoint is used to retrieve the promotion URL for a given Nitro code.

Please ensure that you replace generated_nitro_token and 1180231712274387115 with actual values used by your API.

Logo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published