Send/Show presentation

In this section you prepare the data you will present

From the Holder wallet

  • Create a new request with the Method POST and the value {{base_URL}}/presentations/{id}/show

  • Rename this request "post show presentation"

  • Replace {id} with the presentationId you have copied before

  • Select the tab Body, then select raw and copy/paste this json request :

[
    {
        "attestationId": "8ff4194a-5816-4a8f-973e-f00d170836e3",
        "attributes": [
            "type",
            "size",
            "price"
        ]
    }
]
  • Replace the value of the attestationId of our example with the attestationId you have copied from the list of valid attestations.

  • save the request and click SEND

  • The response will be: 204

Dernière mise à jour