POST Auth Required

Get Current User

Get the currently authenticated user's profile information.

https://hoodsly-moc-api.wppool.dev/api/auth/me

Response

200 OK
{
    "id": 1,
    "name": "Admin User",
    "email": "admin@hoodslyhub.com",
    "role": "admin",
    "created_at": "2025-01-01T00:00:00Z",
    "updated_at": "2026-01-06T10:00:00Z"
}

Response Fields

FieldTypeDescription
idintUser ID
namestringFull name
emailstringEmail address
rolestringUser role (admin, staff, etc.)
created_atstringAccount creation timestamp
updated_atstringLast update timestamp
Request
GET /api/v1/status
Response