Skip to content

Contacts

Manage contact information for properties including contact persons, addresses, phone numbers, and email addresses.

Read all Contact(s) for a Property

Request

Path
propertyIdinteger, (int32)required

The Property ID of which you wish to retrieve the data

Query
no_language_fallbackstring

Controls language fallback for GET contacts response. If omitted or set to 0 (default), the API falls back to en-gb when preferred language is not set. If set to 1, fallback is skipped and can return null for the language_code.

Default:"0"
Enum:"0""1"
Headers
Accept-Versionstring
curl -i -X GET \
  'https://developers.booking.com/_mock/connectivity/docs/openapispecs/contacts-api/contacts-api-specification/properties/{propertyId}/contacts?no_language_fallback=0' \
  -H 'Accept-Version: string'

Responses

successful operation

Bodyapplication/json
dataobject(ContactInfo)

List of all contacts

warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)
Response
{ "data": { "contacts": [] }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }