Guest access API
Create guest access automatically over REST API
Requirements
API key required
To use the API, you need an API key. You can generate one under "Integrations".
Example payload
Create guest access
POST request to create a new guest access
{
"api_key": "[YOUR_API_KEY]",
"id": "[YOUR_WISH_ID]",
"name": "Peter Pan",
"valid_from": "2025-07-15T20:20:42.327Z",
"valid_until": "2025-07-17T20:20:42.327Z",
"property_id": "[OPTIONAL_YOUR_PROPERTY_ID]"
}API usage
Endpoint
Send POST requests to the API endpoint:
POST https://kgeererdunjvnxtpmkik.supabase.co/functions/v1/guest-access-api
Important notes
- The "id" must be a unique ID that can be used to find the guest access.
- The "property_id" must match an existing apartment
- Times are in the ISO 8601 format (UTC)