federation/deliver
Deliver a signal to a trusted peer organization (admin only).
Deliver a signal to a trusted peer organization (admin only).
Authorization
bearerAuth AuthorizationBearer <token>
API key obtained via invite redemption or SIWE login
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://chorus.runclaw.run/rpc#federation.deliver" \ -H "Content-Type: application/json" \ -d '{ "peer_id": "string", "signal_type": "string", "content": "string" }'{
"signal_id": "string",
"status": "string"
}