v1

latestOpenAPI 3.0.0Apache-2.02026-07-1767300384.3 KB
DIDComm Proofs

Creates a presentation request bound to existing connection

post/didcomm/proofs/request-proof

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

goalCodestring
parentThreadIdstring
autoAcceptProof'always' | 'contentApproved' | 'never'

Typing of the state for auto acceptance

commentstring
willConfirmboolean
protocolVersion'v1' | 'v2' required
connectionIdstring required

Example request

{
  "connectionId": "821f9b26-ad04-4f56-89b6-e2ef9c72b36e"
}

Response

Ok

{"stackTrail":"paths:/didcomm/proofs/request-proof:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}