TravelyfeHelp
المطورونReferenceSharing

Get Your Marks

GET
/v1/itineraries/{id}/me

Whether you have liked, disliked or saved this itinerary.

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

curl -X GET "https://example.com/v1/itineraries/497f6eca-6276-4993-bfeb-53cbbbba6f08/me"
{  "liked": true,  "disliked": true,  "saved": true}