{ "opencollection": "1.0.0", "info": { "name": "Misskey account webhooks API", "version": "2025.4.1-io.12b-fb6fbea074" }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "admin/system-webhook/test", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/admin/system-webhook/test", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Internal Endpoint**: This endpoint is an API for the misskey mainframe and is not intended for use by third parties.\n**Credential required**: *Yes* / **Permission**: *read:admin:system-webhook*" }, { "info": { "name": "i/webhooks/create", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *write:account*" }, { "info": { "name": "i/webhooks/delete", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/delete", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *write:account*" }, { "info": { "name": "i/webhooks/list", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:account*" }, { "info": { "name": "i/webhooks/show", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/show", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:account*" }, { "info": { "name": "i/webhooks/test", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/test", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Internal Endpoint**: This endpoint is an API for the misskey mainframe and is not intended for use by third parties.\n**Credential required**: *Yes* / **Permission**: *read:account*" }, { "info": { "name": "i/webhooks/update", "type": "http" }, "http": { "method": "POST", "url": "https://misskey.io/api/i/webhooks/update", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *write:account*" } ] } ], "bundled": true }