Skip to main content
GET
/
connect
/
v1
/
operators
/
{operatorId}
/
search-projection-changes
List search projection changes
curl --request GET \
  --url https://api.voyant.travel/connect/v1/operators/{operatorId}/search-projection-changes \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Provide either a static platform API key or an OAuth2 access token (from /connect/v1/oauth/token) as Authorization: Bearer <token>. Scopes are connect:* (e.g. connect:bookings:write).

Path Parameters

operatorId
string
required

Operator id.

Response

200 - application/json

Projection change feed.

data
object[]
required