このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10,
"sinceId": "string",
"untilId": "string"
}curl --location 'https://misskey.io/api/i/signin-history' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10,
"sinceId": "string",
"untilId": "string"
}'[
{
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"ip": "string",
"headers": {},
"success": true
}
]