curl "https://api.scriptbase.app/api/v1/account" \ -H "X-API-Key: sk_your_key_here"
{ "success": true, "data": { "organizationId": "user_abc123", "plan": "PRO", "maxCredits": 10000, "usedCredits": 1500, "additionalCredits": 0, "totalAvailable": 8500, "resetDate": "2024-02-01T00:00:00.000Z" } }
Retrieve your account information and quota status
Show properties
FREE
PRO
INVALID_API_KEY
INTERNAL_ERROR