{ "opencollection": "1.0.0", "info": { "name": "Buy Me a Coffee Extras Supporters API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Supporters", "type": "folder" }, "items": [ { "info": { "name": "List one-time supporters", "type": "http" }, "http": { "method": "GET", "url": "https://developers.buymeacoffee.com/api/v1/supporters", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for the paginated collection." } ] }, "docs": "Returns all of your one-time supporters and their messages, if any, as a paginated collection." }, { "info": { "name": "Get a one-time supporter by ID", "type": "http" }, "http": { "method": "GET", "url": "https://developers.buymeacoffee.com/api/v1/supporters/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the one-time supporter." } ] }, "docs": "Returns a single one-time supporter and their message by the supporter's unique ID." } ] } ], "bundled": true }