v1

latestOpenAPI 3.0.0Apache-2.02026-07-1767300384.3 KB
DIDComm Basic Messages

Send a basic message to a connection

post/didcomm/basic-messages/send

Headers

x-tenant-idstring

Optional header to set the context to a specific tenant. Only needed when the --multi-tenant feature is enabled. Default value is 'default'

Request body

connectionIdstring required
contentstring required
parentThreadIdstring

Example request

{
  "connectionId": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e",
  "parentThreadId": "ea4e5e69-fc04-465a-90d2-9f8ff78aa71d"
}

Response

BasicMessageRecord

{"stackTrail":"paths:/didcomm/basic-messages/send:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}