Skip to content

Verify your Actor

Result table

Result table
{
  "alice": {
    "get_actor": true,
    "post_inbox": false
  },
  "bob": {
    "get_actor": true,
    "post_inbox": true
  },
  "claire": {
    "get_actor": true,
    "post_inbox": true
  },
  "dean": {
    "get_actor": true,
    "post_inbox": false
  },
  "emily": {
    "get_actor": true,
    "post_inbox": true
  },
  "frank": {
    "get_actor": true,
    "post_inbox": true
  },
  "webfinger": true
}

Messages

Messages
{
  "steps": [
    "Got Actor Uri http://misskey/users/9zmr284jq9kv0001",
    "Can fetch actor from http://misskey/users/9zmr284jq9kv0001",
    "Running verification for alice",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Got 401 for unsigned POST",
    "Running verification for bob",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Running verification for claire",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Running verification for dean",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Got 401 for unsigned POST",
    "Running verification for emily",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Running verification for frank",
    "Got inbox http://misskey/users/9zmr284jq9kv0001/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Got preferredUsername kitty",
    "computed acct uri acct:kitty@misskey",
    "Retrieved id http://misskey/users/9zmr284jq9kv0001 using webfinger",
    "webfinger result matches expectations"
  ]
}