Api referenceToolsApiToolsFleksaCreate reservation
POST /api/tools/fleksa/create-reservation
Authorization
sessionAuth better-auth.session_token<token>
Better Auth session cookie
In: cookie
Request Body
application/json
shopId*string
name*string
phone*string
email?string
Format
emailwantAt*string
totalGuests*number
duration?number
Default
90preference?string
Default
"no preference"comment?string
language?string
Default
"de"timezone?string
Default
"Europe/Berlin"idempotencyKey?string
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://app.nuxa.ai/api/tools/fleksa/create-reservation" \ -H "Content-Type: application/json" \ -d '{ "shopId": "string", "name": "string", "phone": "string", "wantAt": "string", "totalGuests": 0 }'{}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}