Get federation trust status
List all peer trust relationships and their status.
List all peer trust relationships and their status.
Authorization
bearerAuth AuthorizationBearer <token>
API key obtained via invite redemption or SIWE login
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://chorus.runclaw.run/federation/trust"{
"data": {
"active_peers": 0,
"peers": [
{
"id": "string",
"name": "string",
"endpoint": "string",
"has_trust": true,
"expires_at": "string"
}
]
},
"meta": {
"request_id": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}