Guest Get
Get Guest by ID
Endpoint
GET /api/v1/client/guests/{guestId}Example curl
curlcurl "/api/v1/client/guests/f1b2c3d4-5678-49ab-9cde-112233445566" \
-H "accept: application/json" \
-H "origin: https://docs.hostelmate.co"Response (200 OK)
{
"guestId": "f1b2c3d4-5678-49ab-9cde-112233445566",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone": "+971500000000",
"country_code": "AE",
"address": {
"line1": "Sheikh Zayed Rd",
"city": "Dubai",
"postal_code": "00000",
"country_code": "AE"
},
"date_of_birth": "1990-05-15",
"nationality": "US",
"preferences": {
"language": "en",
"newsletter": true,
"marketing": false
},
"createdAt": "2025-10-02T09:20:17Z",
"updatedAt": "2025-10-02T11:05:13Z",
"bookings": {
"total": 3,
"lastBooking": "2025-09-15T14:30:00Z"
}
}Search Guests
Endpoint
Query Parameters
Parameter
Type
Description
Example curl
curlResponse (200 OK)
Validation Rules
Error Codes
HTTP
Code
Description
Last updated