Get Favorite Threads
Get all favorite threads.
Query Parameters
limit?Limit
Range
1 <= value <= 100Default
50Response Body
application/json
application/json
curl -X GET "https://example.com/favorites/threads"[ { "id": "string", "title": "string", "source": "string", "messages": 0, "date": "string", "is_favorite": false, "created_at": "string", "last_activity": "string" }]