Create new QR Access
POST
/public/accesses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.buzz-in.co/public/accesses' \
--header 'Content-Type: application/json' \
--data-raw '{
"propertyId": "667d3b9afcd3f10012eafdce",
"hostId": "667d3b9afcd3f10012eafdce",
"flatId": "667d3b9afcd3f10012eafdce",
"note": "Lorem ipsum",
"guestName": "Philip Beatty",
"guestPhone": "+971512345678",
"title": "bathrobe mature oof once er prestigious etch spiffy",
"isOneTimeAccess": true
}'
Response Response Example
{
"_id": "string",
"propertyId": "string",
"hostId": "string",
"flatId": "string",
"type": "string",
"note": "string",
"title": "string",
"guestName": "string",
"guestPhone": "string",
"isOneTimeAccess": true,
"validFrom": "string",
"validTill": "string",
"days": {}
}
Request
Body Params application/json