JellypodJellypod
Account

Get account info

GET
/account

Returns the organization's account details including credit balance, subscription status, and feature entitlements.

Authorization

BearerAuth
AuthorizationBearer <token>

Jellypod API key. Create and manage keys from the Jellypod dashboard under Settings → API Keys.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.jellypod.com/v1/account"
{
  "data": {
    "organization_id": "org_01ABC",
    "plan": "creator",
    "credits": {
      "balance": 4200
    }
  }
}

Was this page helpful?