Search found 3 matches

by xulei1997
Fri Sep 30, 2022 3:56 pm
Forum: Bookings and Guests
Topic: Need "Auto Action" for webhook to be triggered for a booking is confirmed, changed and cancelled
Replies: 1
Views: 24991

Need "Auto Action" for webhook to be triggered for a booking is confirmed, changed and cancelled

We mainly use airbnb. With the current default auto action settings we will be able to receive new confirmed bookings through webhook.
We expect that if a booking is changed or cancelled the webhook will also work.

Thanks
by xulei1997
Fri Sep 23, 2022 11:44 pm
Forum: API
Topic: API Version 2.0 - how to use the scope 'channels'
Replies: 1
Views: 8631

API Version 2.0 - how to use the scope 'channels'

There is the new scope 'channels' at the 'Generate Invite Code' page but there is no example/description about its usage. I was wondering if this new scope could be used to acieve things like linking an airbnb account by a third-party/user in an programmatical approach. It is preferred in our use-ca...
by xulei1997
Fri Sep 23, 2022 11:28 pm
Forum: API
Topic: API Version 2.0 - how to use the invite code with GET /authentication/setup
Replies: 1
Views: 8666

API Version 2.0 - how to use the invite code with GET /authentication/setup

Hi, I tried the following http GET calls but always returned the same error "{"success":false,"type":"error","code":401,"error":"Token not valid"}" 1. use invite in the header curl -X 'GET' \ 'https://api.beds24.com/v2/authentication/setup' \ -H 'accept: application/json' \ -H 'invite: <valid_invite...