Get current point balance
GET
https://api.poe.com/usage/current_balanceOverview
Retrieve your current point balance, including both plan points and add-on points.
Use this endpoint to monitor your available points before making API calls.
Authentication
Send your Poe API key in the Authorization header:
Authorization: Bearer sk_test_51SAMPLEKEYAll requests must be made over HTTPS.
Parameters
This endpoint does not accept query or path parameters.
Responses
| Field | Type | Required | Description |
|---|---|---|---|
current_point_balance | integer | Required | Your current available points |
❌ Error codes
| Http | Type | Description |
|---|---|---|
| 401 | authentication_error | Authentication failed Invalid API key |
Best Practices
Check your balance before making expensive API calls. If balance is insufficient, requests will fail with 402 status.
Monitor your point balance to avoid service interruptions:
- Check balance before batch operations
- Set up alerts when balance drops below threshold
- Monitor usage patterns via
/usage/points_history
🔁 Callbacks & webhooks
No callbacks or webhooks are associated with this endpoint.