Skip to main content
POST
/
customers
/
push_data
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customer_key
string
required

Your unique identifier for the customer.

Minimum string length: 1
access_grants
object[]

List of access grants.

bookings
object[]

List of bookings.

buildings
object[]

List of buildings.

common_areas
object[]

List of shared common areas.

facilities
object[]

List of gym or fitness facilities.

guests
object[]

List of guests.

listings
object[]

List of property listings.

properties
object[]

List of short-term rental properties.

property_listings
object[]

List of property listings.

reservations
object[]

List of reservations.

residents
object[]

List of residents.

rooms
object[]

List of hotel or hospitality rooms.

sites
object[]

List of general sites or areas.

spaces
object[]

List of general spaces or areas.

staff_members
object[]

List of staff members.

tenants
object[]

List of tenants.

units
object[]

List of multi-family residential units.

user_identities
object[]

List of user identities.

users
object[]

List of users.

Response

OK

ok
boolean
required