Account
Manage your profile, plan, usage, and billing.
Loading account details...
API Requests
Real-time tracking of your API request volume.
Plan Quotas
Your current plan limits. Upgrade for higher throughput.
Change Plan
Upgrade or downgrade your plan. Changes take effect immediately. Cancel any time.
Invoices & Payment Method
View your invoices, update payment method, or download receipts via the Stripe portal.
API Access
Use your Firebase authentication token to access the InstNews API programmatically.
Quick Start
Example: fetch latest news with your token.
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://www.instnews.net/api/news?limit=10
Replace YOUR_TOKEN with the token shown above. Tokens expire after 1 hour — refresh them using the Firebase SDK.