Groups
Approve / reject a join request
Approve or reject a pending join request (leader/admin only). Body { action: 'reject' } rejects; default approves.
POST
Approve / reject a join request
Authorizations
Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).
Body
application/json
Available options:
approve, reject Response
Resolution status.
A { data: ... } envelope whose payload is passed through from an upstream source (Kalshi market data, chat messages, group agents). See the relevant guide for the exact shape.