Jellypod Docs

Get the authenticated organization

GET
/v1/account

Authorization

bearerAuth
AuthorizationBearer <token>

API key issued from /settings/api-keys in the Jellypod studio. Send as Authorization: Bearer <key>.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

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

Was this page helpful?