v1

latestOpenAPI 3.0.02026-07-26866217.8 KB
Messages

Send Pre-approval

Pre-approve the guest's inquiry in a conversation, inviting them to book the listing and dates they asked about at the standard price. Supported on Airbnb conversations only; requests on other channels return an error. The pre-approval typically expires 24 hours after being sent. No request body is required.

post/conversations/{conversation_id}/preapprovals

Path parameters

conversation_idstring required

The id of the conversation.

Response

The request has been successfully submitted.

request_idstring required

Unique identifier for the request.

error_codeinteger required

Numeric error code representing the status of the response. A value of 200 indicates success. <br> See the Error Codes section for more information.

error_msgstring required

Message detailing the status of the response.

Example response

{
  "error_msg": "Done."
}