Account
Get account info
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
}
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}{
"error": {
"code": "bad_request",
"message": "string",
"request_id": "string",
"details": [
{
"field": "string",
"message": "string"
}
]
}
}Was this page helpful?