Docs/Channels/Airbnb

Airbnb Reviews

List guest reviews, respond to reviews, and submit host reviews of guests.

POST/v1/channels/airbnb/reviews

Example

# Respond to a review
curl -X POST https://api.repull.dev/v1/channels/airbnb/reviews \
  -H "Authorization: Bearer sk_test_YOUR_KEY" \
  -d '{"reviewId": "REV123", "response": "Thank you for your kind review!"}'
AI