Send & Receive Messages

View as Markdown

Send: POST /api/v1/didcomm/send with recipient DID, message type, and body.

Receive: inbound messages land at POST /api/v1/didcomm/receive (called by the recipient’s mediator) and are decrypted, threaded, and stored in the user’s inbox.