User
Fetch the authenticated user
Returns account identity and subscription state for the authenticated account. This endpoint does not consume credits.
get/user
Response
User found
Example response
{
"user": {
"id": "user_123",
"email": "user@example.com"
}
}