Get Current User
Returns your account information including tier and brand limit.
GET
Returns the authenticated user's account details.
Response
{
"id": "user-uuid",
"email": "dev@example.com",
"name": "Dev User",
"tier": "builder",
"telegram_chat_id": null,
"brand_limit": 1,
"calls_per_day": 500
}
Example
curl -H "X-API-Key: $BM_API_KEY" \
https://api.boringmarketing.com/auth/me