API

Update booking channel

Updates a Mozrest booking channel in the context of a company.

POST/v1/hq/integrations/mozrest/companies/{company_id}/booking_channels/{booking_channel_id}

Authorization

BearerTokenAuth

AuthorizationBearer <token>

The Noona HQ API uses Bearer token for authentication.

Endpoints that return generic information that does not contain sensitive data do not require authentication. Endpoints that require authentication are specifically marked in the documentation.

Authorization: Bearer your-token

In: header

Path Parameters

company_id*string

Company ID

booking_channel_id*string

Booking Channel ID

Query Parameters

select?array<string>
expand?array<string>
behavior?

Request Body

application/json

enabled*boolean
Exampletrue

Response Body

application/json

curl -X POST "https://api.noona.is/v1/hq/integrations/mozrest/companies/string/booking_channels/string" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{
  "id": "7awdXwZoedakjad37a",
  "name": "Tripadvisor",
  "enabled": true,
  "status": "not_enabled",
  "install_link": "https://meta.oauth/mozrest"
}