DevelopersAPI ReferenceSharing
List Members
Everyone the itinerary is shared with, and their roles.
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).
Format
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/itinerary/497f6eca-6276-4993-bfeb-53cbbbba6f08/members"{ "data": [ { "userId": "string", "username": "string", "name": "string", "role": "owner" } ]}