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
| Field | Type | Description |
|---|---|---|
id | int | User ID |
name | string | Full name |
email | string | Email address |
role | string | User role (admin, staff, etc.) |
created_at | string | Account creation timestamp |
updated_at | string | Last update timestamp |
Request
GET
/api/v1/status
Response