/api/v1/mystery/feed/recent?scope=mine read:catalog The recent feed with ?scope=mine, so you only see packs opened through your key. Every opening is tagged to your key, so this is your activity view.
GET /api/v1/mystery/feed/recent?scope=mine&limit=10 These inputs are shared across all docs pages, so an id entered here carries over.
{
"success": false,
"message": "Mystery partner API key required",
"error": "This endpoint requires an API key linked to a mystery partner account"
}curl -X GET 'https://service.rip.fun/api/v1/mystery/feed/recent?scope=mine&limit=10' \ -H 'X-API-Key: rip_…'