v1
latestOpenAPI 3.1.02026-07-17131141.1 KBexperimental
Get list of services supported as verified accounts
Returns the list of verified account services with their ID and human-readable labels.
get/verified-accounts/services
Response
Supported verified account services
Example response
{
"services": [
{
"id": "github",
"label": "GitHub"
},
{
"id": "twitter",
"label": "Twitter"
},
{
"id": "tumblr",
"label": "Tumblr"
},
{
"id": "mastodon",
"label": "Mastodon"
}
]
}