このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"offset": 0,
"sort": "desc"
}curl --location 'https://misskey.io/api/i/authorized-apps' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"offset": 0,
"sort": "desc"
}'[
{
"id": "string",
"name": "string",
"callbackUrl": "string",
"permission": [
"string"
],
"isAuthorized": true
}
]