v1
latestOpenAPI 3.0.0Apache-2.02026-07-1767300384.3 KBDIDComm Out Of Band
Creates an outbound out-of-band record containing out-of-band invitation message defined in Aries RFC 0434: Out-of-Band Protocol 1.1.
post/didcomm/out-of-band/create-invitation
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
Response
Ok
Example response
{
"outOfBandRecord": {
"id": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e",
"alias": "My Connection",
"reusable": true,
"autoAcceptConnection": true,
"mediatorId": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e",
"reuseConnectionId": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e"
}
}