{ "opencollection": "1.0.0", "info": { "name": "Bluesky Social Actor Profiles Ozone Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Ozone Settings", "type": "folder" }, "items": [ { "info": { "name": "Bluesky List settings with optional filtering", "type": "http" }, "http": { "method": "GET", "url": "https://bsky.social/xrpc/xrpc/tools.ozone.setting.listOptions", "params": [ { "name": "limit", "value": "50", "type": "query" }, { "name": "cursor", "value": "eyJsYXN0SWQiOiIxMjM0NTYifQ", "type": "query" }, { "name": "scope", "value": "instance", "type": "query" }, { "name": "prefix", "value": "example-prefix", "type": "query", "description": "Filter keys by prefix" }, { "name": "keys", "value": "app.bsky.feed.post", "type": "query", "description": "Filter for only the specified keys. Ignored if prefix is provided" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the [Ozone moderation service](https://ozone.tools/) APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advanced-guides/api-directory) guide.*\n\nList sett" }, { "info": { "name": "Bluesky Delete settings by key", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/xrpc/tools.ozone.setting.removeOptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the [Ozone moderation service](https://ozone.tools/) APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advanced-guides/api-directory) guide.*\n\nDelete se" }, { "info": { "name": "Bluesky Create or update setting option", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/xrpc/tools.ozone.setting.upsertOption", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the [Ozone moderation service](https://ozone.tools/) APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advanced-guides/api-directory) guide.*\n\nCreate or" } ] } ], "bundled": true }