Skip to main content
All endpoints in this section require authentication.

GET /v1/user

Get the authenticated user’s basic profile. Response (200):
{
  "success": true,
  "data": {
    "id": 1,
    "name": "Jane Smith",
    "email": "jane@example.com",
    "status": 1,
    "email_verified_at": "2026-01-01T10:00:00Z",
    "created_at": "2026-01-01T09:00:00Z"
  }
}
User status values:
ValueMeaning
1Active
2Blocked
3Support
4Admin