TravelyfeHelp
DéveloppeursReferenceSharing

Get The Invite Link

GET
/v1/itineraries/{id}/invite-link

The owner's invite link: whoever follows it joins the itinerary as an editor.

Only available to the Travelyfe apps. Tokens issued to other apps receive forbidden.

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Path Parameters

id*string

The itinerary id (UUID).

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/itineraries/497f6eca-6276-4993-bfeb-53cbbbba6f08/invite-link"
{  "token": "string",  "url": "http://example.com"}