{ "opencollection": "1.0.0", "info": { "name": "Bluesky Application API (app.bsky) actor graph API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "graph", "type": "folder" }, "items": [ { "info": { "name": "Get Followers", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.bsky.app/xrpc/app.bsky.graph.getFollowers", "params": [ { "name": "actor", "value": "", "type": "query", "description": "Handle or DID of account to fetch followers of." }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Enumerates accounts which follow a specified account (actor)." }, { "info": { "name": "Get Follows", "type": "http" }, "http": { "method": "GET", "url": "https://public.api.bsky.app/xrpc/app.bsky.graph.getFollows", "params": [ { "name": "actor", "value": "", "type": "query", "description": "Handle or DID of account to fetch follows of." }, { "name": "limit", "value": "", "type": "query" }, { "name": "cursor", "value": "", "type": "query" } ] }, "docs": "Enumerates accounts which a specified account (actor) follows." } ] } ], "bundled": true }