Skip to main content
Retrieve your account details including credit balance, email, and account ID.
curl -X GET https://api.babysea.ai/api/v1/data/account \
  -H "Authorization: Bearer bye_07235972e6f288893493626dc81ff46ef36ca1b888ccc3878948ecf1310ddcf6f8d4140d"
{
  "success": true,
  "data": {
    "account": {
      "id": "745de172-0c12-43c0-8f68-6e8802f31477",
      "name": "Akira Yuusha",
      "email": "[email protected]",
      "isPersonalAccount": true,
      "pictureUrl": "https://app.babysea.ai/storage/v1/object/public/account_image/745de172-0c12-43c0-8f68-6e8802f31477?v=joj6ObxnjfpEfRfS",
      "createdAt": "2026-01-02T04:18:35.706342+00:00"
    },
    "credits": {
      "total": 735,
      "free": 10,
      "purchased": 1000,
      "refunded": 57,
      "redeemed": 0,
      "bonus": 0,
      "affiliate": 0
    },
    "apiKey": {
      "name": "documentation sample",
      "prefix": "bye_07235972e",
      "createdAt": "2026-01-20T00:20:27.698695"
    }
  }
}

Response Schema

success
boolean
Indicates whether the request was successful.
data
object
Container object for response data.
data.account
object
Account information object.
data.credits
object
Credit balance breakdown for the account.
data.apiKey
object
Information about the API key used for this request.