{ "opencollection": "1.0.0", "info": { "name": "Audius challenges reactions API", "version": "1.0" }, "items": [ { "info": { "name": "reactions", "type": "folder" }, "items": [ { "info": { "name": "Bulk get Reactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.audius.co/v1/reactions", "params": [ { "name": "type", "value": "", "type": "query", "description": "The type of reactions for which to query." }, { "name": "reacted_to_ids", "value": "", "type": "query", "description": "The `reacted_to` transaction id(s) of the reactions in question." } ] }, "docs": "Gets reactions by reacted_to_id and type" } ] } ], "bundled": true }