Skip to main content
GET
/
connect
/
v1
/
invites
/
{token}
Look up a public invite
curl --request GET \
  --url https://api.voyant.travel/connect/v1/invites/{token}
{
  "operatorName": "<string>",
  "scopes": [
    "<string>"
  ],
  "label": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Path Parameters

token
string
required

Response

200 - application/json

Public invite info.

operatorName
string
required
scopes
string[]
required
label
string | null
expiresAt
string<date-time> | null