Skip to content

Get trusted AP actors

GET
/api/ap_actors/trusted

Get all trusted AP actors.

Responses

All AP actors.

application/json
JSON
[
  
{
  
  
"ap_id": "https://ap_domain/relay",
  
  
"following": false,
  
  
"trusted": false,
  
  
"follower": false,
  
  
"url": "https://ap_domain.org/relay",
  
  
"icon": "https://ap_domain.org/logo.png",
  
  
"name": "Name",
  
  
"preferredUsername": "Preferred user name",
  
  
"summary": "Summary",
  
  
"domain": "ap_domain.org",
  
  
"software": {
  
  
  
"name": "gancio",
  
  
  
"version": 2
  
  
}
  
}
]

Playground

Samples

Powered by VitePress OpenAPI