Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint to Activate and Deactivate Listings #17

Open
warely opened this issue Apr 13, 2019 · 2 comments
Open

Endpoint to Activate and Deactivate Listings #17

warely opened this issue Apr 13, 2019 · 2 comments

Comments

@warely
Copy link

warely commented Apr 13, 2019

Is it possible to get an API endpoint to disable (unlist) and relist listings?

@zxol
Copy link
Owner

zxol commented May 20, 2019

This should be possible. I'll look into it.

@StuJLans
Copy link

StuJLans commented Jun 13, 2019

I found a way for doing this;

PUT https://api.airbnb.com/v2/listings/LISTING_ID

delisting = {"has_availability":"false"}
relisting = {"has_availability":"true"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants