/v1/me
Returns the account tied to your API key (id, business name, email, currency, GSTIN, PAN, subscription). PAN is the account business PAN (same for all documents).
Example response
{
"ok": true,
"data": {
"account_id": 1,
"business_name": "Demo Traders",
"business_email": "hello@example.com",
"currency": "INR",
"business_gstin": "27AAAAA0000A1Z5",
"business_pan": "AAAAA9999A",
"subscription_expires_at": "2026-12-31 23:59:59"
}
}