API Authentication
1. Create an API Key
2. Use the API Key in Requests
X-API-Key: <your_api_key>
Content-Type: application/jsoncurl https://api.hostelmate.co/api/v1/client/property \
-H "X-API-Key: hm_live_abc123..." \
-H "Content-Type: application/json" \
-d '{ "booking": {...}, "guest": {...} }'4. Rate Limits & Errors (Client)
Last updated