{ "opencollection": "1.0.0", "info": { "name": "AT Protocol XRPC Actor Server API", "version": "1.0" }, "items": [ { "info": { "name": "Server", "type": "folder" }, "items": [ { "info": { "name": "Create a new authentication session", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.createSession", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new authentication session" }, { "info": { "name": "Refresh a session using the refresh JWT", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.refreshSession", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Refresh a session using the refresh JWT" }, { "info": { "name": "Terminate the current session", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.deleteSession", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Terminate the current session" }, { "info": { "name": "Register a new account", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.createAccount", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new account" }, { "info": { "name": "Initiate a password reset", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.requestPasswordReset", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a password reset" }, { "info": { "name": "Complete a password reset", "type": "http" }, "http": { "method": "POST", "url": "https://bsky.social/xrpc/com.atproto.server.resetPassword", "body": { "type": "json", "data": "{}" } }, "docs": "Complete a password reset" } ] } ], "bundled": true }