TravelyfeHelp
المطورونReferenceAccount

Dislikes On Your Itineraries

GET
/v1/account/dislikes/received

How many people have disliked each of your itineraries on Explore.

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

AuthorizationBearer <token>

A Travelyfe access token.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/account/dislikes/received"
[  {    "itinerary_id": "fb3e3cdd-a9b5-44dd-90b4-9e829c946c6c",    "dislikes_count": 0  }]