Saved in localStorage only. Sent as Authorization: Bearer … to this origin.
https://api.onestopinvoice.com/v1

Meta

GET /v1/me

Returns the account tied to your API key (id, business name, email, currency, subscription).

Example response
{
    "ok": true,
    "data": {
        "account_id": 1,
        "business_name": "Demo Traders",
        "business_email": "hello@example.com",
        "currency": "INR",
        "subscription_expires_at": "2026-12-31 23:59:59"
    }
}

										
Chat with us on WhatsApp