Token Management
Token management covers token creation, balance lookup, wallet recharge, and low-balance notifications.
Endpoints
Section titled “Endpoints”| Page | Endpoint |
|---|---|
| Create Token | POST /token |
| Get Balance | GET /token |
| Recharge Wallet | GET /recharge |
| Get Low Balance Settings | GET /token/settings |
| Update Low Balance Settings | PUT /token/settings |
Pricing
Section titled “Pricing”| Operation | Cost |
|---|---|
| Create token | Free |
| Get wallet balance | 1 credit |
| Get recharge link | Free |
| Get low balance settings | 1 credit |
| Update low balance settings | 1 credit |
- For ongoing balance monitoring, prefer the
x-balanceresponse header on paid endpoints. - Low-balance notifications can target either an email address or a webhook.
- Webhook configuration for low-balance alerts uses the same format family as the inbound email webhook flow. See Webhook Formats.