AviatoAviato
DeveloperAPI ReferenceMeFavoritesItemid

/api/me/favorites/{itemId}

GET
/api/me/favorites/{itemId}

Path Parameters

itemId*string

Item ID

Response Body

application/json

curl -X GET "https://example.com/api/me/favorites/string"
{
  "favorited": true
}