{ "opencollection": "1.0.0", "info": { "name": "Bluesky Social Actor Profiles Notifications API", "version": "1.0.0" }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Bluesky Count the number of unread notifications for the requesting account.", "type": "http" }, "http": { "method": "GET", "url": "https://bsky.social/xrpc/xrpc/app.bsky.notification.getUnreadCount", "params": [ { "name": "priority", "value": "true", "type": "query" }, { "name": "seenAt", "value": "2024-01-15T12:00:00.000Z", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.*`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advance" }, { "info": { "name": "Bluesky Enumerate notifications for the requesting account.", "type": "http" }, "http": { "method": "GET", "url": "https://bsky.social/xrpc/xrpc/app.bsky.notification.listNotifications", "params": [ { "name": "limit", "value": "50", "type": "query" }, { "name": "priority", "value": "true", "type": "query" }, { "name": "cursor", "value": "eyJsYXN0SWQiOiIxMjM0NTYifQ", "type": "query" }, { "name": "seenAt", "value": "2024-01-15T12:00:00.000Z", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.*`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advance" }, { "info": { "name": "Bluesky Set notification-related preferences for an account.", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/xrpc/app.bsky.notification.putPreferences", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.*`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advance" }, { "info": { "name": "Bluesky Register to receive push notifications, via a specified service, for the requesting account.", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/xrpc/app.bsky.notification.registerPush", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.*`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advance" }, { "info": { "name": "Bluesky Notify server that the requesting account has seen notifications.", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/xrpc/app.bsky.notification.updateSeen", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "*This endpoint is part of the Bluesky application Lexicon APIs (`app.bsky.*`). Public endpoints which don't require authentication can be made directly against the public Bluesky AppView API: https://public.api.bsky.app. Authenticated requests are usually made to the user's PDS, with automatic service proxying. Authenticated requests can be used for both public and non-public endpoints.*\n\n*To learn more about calling atproto API endpoints like this one, see the [API Hosts and Auth](/docs/advance" } ] } ], "bundled": true }