Skip to main content
POST
/
connect
/
v1
/
organizations
/
{organizationId}
/
custom-connection-requests
Create a custom connection request
curl --request POST \
  --url https://api.voyant.travel/connect/v1/organizations/{organizationId}/custom-connection-requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "supplierName": "<string>",
  "description": "<string>",
  "website": "<string>",
  "estimatedVolume": "<string>",
  "hasCredentials": true
}
'
{
  "id": "<string>",
  "organizationId": "<string>",
  "supplierName": "<string>",
  "description": "<string>",
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "requesterUserId": "<string>",
  "website": "<string>",
  "estimatedVolume": "<string>",
  "hasCredentials": true
}

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

organizationId
string
required

Body

application/json
supplierName
string
required
category
enum<string>
required
Available options:
hotels,
airlines,
operators,
dmcs,
tours,
other
description
string
required
website
string
estimatedVolume
string
hasCredentials
boolean

Response

201 - application/json

Created request.

id
string
required
organizationId
string
required
supplierName
string
required
category
enum<string>
required
Available options:
hotels,
airlines,
operators,
dmcs,
tours,
other
description
string
required
status
string
required
createdAt
string<date-time>
required
requesterUserId
string | null
website
string | null
estimatedVolume
string | null
hasCredentials
boolean