Everything you need to integrate Vanguard into your game.
Manage subscriptions, redeem license keys, and purchase plans.
| Plan | Price | Requests/min | Requests/mo |
|---|---|---|---|
| Free (NONE) | $0 | 30 | 10,000 |
| Pro | $10/mo | 120 | 100,000 |
| Max | $20/mo | Unlimited | Unlimited |
/api/v1/vanguard/balance/redeemRedeem a license key to add balance or activate a plan.
{
"key": "XXXX-XXXX-XXXX-XXXX"
}{
"success": true,
"message": "Key redeemed successfully",
"balance": 35
}/api/v1/vanguard/buyPurchase a subscription plan using your account balance.
{
"plan": "PRO",
"autoRenew": true
}/api/v1/vanguard/subscription/updateChange your subscription plan or toggle auto-renewal.
{
"plan": "MAX",
"autoRenew": false
}/api/v1/user/licenses?page={page}&limit={limit}&search={query}List your purchased marketplace licenses with pagination and search.
/api/v1/shop/subscription/updateUpdate renewal settings for a marketplace subscription.