Media Caption API v1

User

Read the account identity and subscription state for the authenticated account.

Endpoint

GET/v1/user

Example

curl https://api.mediacaption.io/v1/user \
  -H "Authorization: Bearer mc_live_xxx"

Response

{
  "user": {
    "id": "user_123",
    "email": "user@example.com",
    "hasActiveSubscription": true,
    "createdAt": "2026-05-11T10:00:00.000Z"
  }
}
Next: Balance