AviatoAviato
DeveloperAPI ReferenceMeFavorites

/api/me/favorites

GET
/api/me/favorites

Query Parameters

limit?integer

Max items to return

Range0 < value
offset?|

Number of items to skip

Range0 <= value

Response Body

application/json

curl -X GET "https://example.com/api/me/favorites"
{
  "items": [
    {
      "profileId": "string",
      "userId": "string",
      "itemId": "string",
      "createdAt": "string"
    }
  ],
  "total": 0,
  "limit": 0,
  "offset": 0
}