GET /api/v1/properties/{propertyId}
One villa, archived ones included: the history of its bookings must stay readable after it leaves the catalogue.
| Role in the organization | This endpoint |
|---|---|
owner | Allowed |
admin | Allowed |
member | Allowed |
| Parameter | Type | Description |
|---|---|---|
propertyId | uuid | The villa id |
curl -H "x-api-key: $VILLASLOT_API_KEY" \
"https://villaslot.app/api/v1/properties/1f0a…"200 OK — the villa.401 Unauthorized — missing or invalid key, or a key whose bearer left the organization.404 Not Found — unknown id, or an id belonging to another organization. The two are
deliberately indistinguishable.429 Too Many Requests — over 120 requests in a minute for this key.