Search
EN
ES
Documentation
Documentación
Developers
API Reference
Information
AccessCodes
Create access codes
post
Delete access code
delete
Account
Get account
get
Update account
put
Bookings
Get current booking
get
List property bookings
get
Create booking
post
List bookings
get
Get booking
get
Update booking
patch
Calendar
List property calendar events
get
List calendar events grouped by property
get
Checkin
Get check-in snapshot
get
Register guest
post
Geo
Search countries
get
Search provinces
get
Search cities
get
Guests
List guests
get
Delete guest (owner-side)
delete
Update guest (owner-side)
patch
Register guest on a booking (owner-side)
post
Integrations
List all integrations
get
List integrations by type
get
Create integration
post
Update integration
put
Delete integration
delete
Update integration settings
patch
List Nuki smart locks
get
List Unifi doors
get
Properties
List properties
get
Create property
post
Get property
get
Update property
put
Delete property
delete
Partially update property
patch
Leave property
post
Upload cover image
post
Delete cover image
delete
PropertyMembers
List property invitations
get
Create crew invitation
post
List property members (owners and crew)
get
Remove crew member
delete
Update crew member access
patch
Revoke invitation
delete
Accept crew invitation
post
SmartLocks
List property smart locks
get
Assign smart lock
post
Remove smart lock
delete
Tasks
List tasks
get
Create task
post
Get task
get
Delete task
delete
Update task
patch
Start task
post
Complete task
post
List property tasks
get
Get task by public token
get
Timeline
Get upcoming timeline
get
List activities
get
ApiTokens
List API tokens
get
Create API token
post
Revoke API token
delete
Admin · SES
List bookings with their SES Hospedajes state (admin)
get
Get a booking's SES Hospedajes audit log (admin)
get
Manually submit a booking's Parte de Viajeros to SES (admin)
post
Manually submit a booking's Reserva de Hospedaje to SES (admin)
post
Re-poll a single SES communication (consultaLote) now (admin)
post
Anular (cancel) a single accepted SES communication (admin)
post
Admin
Platform overview metrics for the admin dashboard (admin)
get
List all users across accounts (admin)
get
List all properties with their owner (admin)
get
List all bookings across accounts (admin)
get
List all guests across accounts (admin)
get
Other endpoints
/metrics
get
Schemas
Menu
Kasify API
Kasify API
Account
Get account
GET
/v1/account
Get 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 account
PUT
/v1/account
Update account ›
Request Body
UpdateAccountRequest
name
string
·
required
last_name
string
·
required
Update 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
Bookings