Kasify
EN
ES
Documentation
Documentación
Developers
API Reference
Information
AccessCodes
Create digital access codes for a booking
post
Revoke a digital access code
delete
Account
Get the user's account
get
Update the user's account
put
Auth
Register the authenticated user
post
Bookings
Get the current booking for a property
get
List bookings for a property
get
Create a booking for a property
post
List bookings across all properties the caller can access
get
Get a booking by id
get
Update a booking
patch
Calendar
List calendar events for a property
get
List upcoming calendar events across accessible properties
get
Checkin
Get the guest check-in snapshot for a booking
get
Register a guest on a booking
post
Geo
Search countries
get
Search provinces
get
Search cities
get
Guests
List guests registered under the caller's account
get
Integrations
List all integrations configured for the account
get
List integrations of a specific type
get
Create an integration of a specific type
post
Update an integration
put
Delete an integration
delete
List Nuki smart locks reachable through an integration
get
List Unifi doors reachable through an integration
get
Properties
List properties accessible to the caller
get
Create a property
post
Get a property by id
get
Update a property
put
Delete a property
delete
Upload a cover image for a property
post
Remove the cover image for a property
delete
PropertyMembers
List invitations for a property
get
Create a crew invitation for a property
post
List crew members for a property
get
Remove a crew member from a property
delete
Update a crew member's access level
patch
Revoke an invitation
delete
Accept a crew invitation
post
SmartLocks
List smart locks for a property with live status
get
Add a smart lock to a property
post
Remove a smart lock from a property
delete
Tasks
List tasks
get
Create a task
post
Get a task by id
get
Delete a task
delete
Update a task
patch
Start a task
post
Complete a task
post
List tasks for a property
get
Get a task by public token (no auth)
get
Timeline
Upcoming timeline grouped by day
get
Paginated activity feed
get
Users
List every user (admin only)
get
Schemas
Menu
Kasify API
Kasify API
Account
Get the user's account
GET
/account
Get the user's account ›
Responses
200
401
404
The current user's account
Account
id
string
·
uuid
·
required
account_id
string
·
uuid
·
required
name
string
·
required
last_name
string
·
required
email
string
·
required
Update the user's account
PUT
/account
Update the user's account ›
Request Body
UpdateAccountRequest
name
string
·
required
last_name
string
·
required
Update the user's account ›
Responses
200
401
404
The updated account
Account
id
string
·
uuid
·
required
account_id
string
·
uuid
·
required
name
string
·
required
last_name
string
·
required
email
string
·
required
AccessCodes
Auth