DeveloperAPI ReferenceMeFavorites
/api/me/favorites
Query Parameters
limit?integer
Max items to return
Range
0 < valueoffset?|
Number of items to skip
Range
0 <= valueResponse 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
}