Get AP actors
GET
/api/ap_actors
Get all AP actors. Admin role is required.
Authorizations
bearerAuth
Bearer token using a JWT
Type
HTTP (Bearer)
Responses
All AP actors.
application/json
JSON { "ap_id": "https://ap_domain/relay", "following": false, "trusted": false, "blocked": 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 } }
[
]

