DIDComm Proofs

Retrieve the format data associated with a proof exchange

get/didcomm/proofs/{proofExchangeId}/format-data

Path parameters

proofExchangeIdstring required
Example:821f9b26-ad04-4f56-89b6-e2ef9c72b36e

Response

Ok

presentationProofFormatDataMessagePayloadProofFormatsPresentation

Get the format data payload for a specific message from a list of ProofFormat interfaces and a message

For an indy offer, this resolves to the proof request format as defined here: https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0592-indy-attachments#proof-request-format

requestProofFormatDataMessagePayloadProofFormatsRequest

Get the format data payload for a specific message from a list of ProofFormat interfaces and a message

For an indy offer, this resolves to the proof request format as defined here: https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0592-indy-attachments#proof-request-format

proposalProofFormatDataMessagePayloadProofFormatsProposal

Get the format data payload for a specific message from a list of ProofFormat interfaces and a message

For an indy offer, this resolves to the proof request format as defined here: https://github.com/hyperledger/aries-rfcs/tree/b3a3942ef052039e73cd23d847f42947f8287da2/features/0592-indy-attachments#proof-request-format

Changes