Skip to content

Category: Users

Andy Mac edited this page Apr 28, 2018 · 3 revisions

getGuestInfo

Get a user's public facing information

airbnb.getGuestInfo(2348485493)
// returns public info about user (JSON)

getOwnUserInfo

Obtain user data for the logged in account

airbnb.getOwnUserInfo(token)
// returns private info about user (JSON)