Generate a Proof of Ownership

As a brand, you wish to allow your users to prove their digital passport ownership. Our API generates a link to read the digital passport content and prove this user owns it.

Workflow

Let's start 🚀

URL

Use the https://custody.arianee.com/{{client}}/{{network}}/nft/createProofLink.

POST - https://custody.arianee.com/{{client}}/{{network}}/nft/createProofLink

Body

FieldTypeRequiredDescription
protocolNameString - testnet, mainnet, arianeetestnet, mumbai, polygon, arialabs, stadetoulousain, ysl, testnetSbt, arianeeSupernet, arianeesbt, tezostestnet, supernettestnetProtocol on which the digital passport has been minted.
Dig deeper into Arianee Protocols.
smartAssetidObjectDigital passport identification number.
{
    "protocolName": "testnet",
    "smartAsset" : {
        "id": "33491174"
    }
}

Return Payload

Status CodeSuccessDescription
200trueThe proofLink is generated.
{
    "proofLink": "https://test.arian.ee/proof/33491174,ss9t4d2yg1yl"
}