proofs

For use by identity providers.

View identity proof

GET https://mastodon.example/api/proofs

Returns: custom response defined by provider OAuth: Public Version history: 2.8.0 - added

Query Parameters

Name
Type
Description

provider

string

The identity provider to be looked up. Currently only supports keybase (case-sensitive)

username

string

The username on the selected identity provider

{
  "avatar": "https://files.mastodon.social/accounts/avatars/000/000/001/original/d96d39a0abb45b92.jpg",
  "signatures": [
    {
      "sig_hash": "5cfc20c7018f2beefb42a68836da59a792e55daa4d118498c9b1898de7e845690f",
      "kb_username": "gargron"
    }
  ]
}

Last updated

Was this helpful?