Skip to main content
GET
/
status
API status
curl --request GET \
  --url https://api.us.babysea.ai/v1/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "request_id": "<string>",
  "message": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "apikey_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "apikey_name": "<string>",
    "apikey_prefix": "<string>",
    "apikey_created_at": "2023-11-07T05:31:56Z",
    "apikey_last_used_at": "2023-11-07T05:31:56Z",
    "apikey_expires_at": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

BabySea API key - prefix bye_ followed by a random string

Response

200 - application/json

Status data retrieved successfully

Response envelope

status
enum<string>
required

Always success

Available options:
success
request_id
string
required

Unique request identifier (UUID v4)

message
string
required

Success message

timestamp
string<date-time>
required

Response timestamp (ISO 8601)

data
object
required