{ "opencollection": "1.0.0", "info": { "name": "Misskey account federation API", "version": "2025.4.1-io.12b-fb6fbea074" }, "items": [ { "info": { "name": "federation", "type": "folder" }, "items": [ { "info": { "name": "ap/get", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/ap/get", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:federation*" }, { "info": { "name": "ap/show", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/ap/show", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:account*" }, { "info": { "name": "federation/followers", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/followers", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/following", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/following", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/instances", "type": "http" }, "http": { "method": "GET", "url": "https://misskey.io/api/federation/instances", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/instances", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/instances", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/show-instance", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/show-instance", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/stats", "type": "http" }, "http": { "method": "GET", "url": "https://misskey.io/api/federation/stats", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/stats", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/stats", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/update-remote-user", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/update-remote-user", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" }, { "info": { "name": "federation/users", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/federation/users", "body": { "type": "json", "data": "{}" } }, "docs": "No description provided.\n\n**Credential required**: *No*" } ] } ], "bundled": true }