Fetch Users' Digital Passport

Before you begin

As a brand, you wish to fetch all the digital passports owned by your users.

⚠️

The Json Web Token corresponding to the customer's wallet is required.

Let's start 🚀

To fetch the authenticity, use the wallet/getMyCertificates.

curl -X POST "https://custodial.arianee.com/testnet/wallet/getMyCertificates" -H "accept: application/json" H "Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."

Result:

httpCodeDescription
200The digital passport info is returned.
400The JWT is missing or invalid.
[
  {
    "certificateId": 123456789000,
    "content": {
      "data": {
        "$schema": "https://cert.arianee.org/version1/ArianeeProductCertificate-i18n.json",
        "name": "The Navyclock [DEMO]",
        "sku": "NAC-BB-LS20-06",
        "gtin": "0 00 12345 60001 2",
        "brandInternalId": "NYC12345",
        "category": "accessory",
        "intended": "womens",
        "serialnumber": [
          {
            "type": "serialnumber",
            "value": "5040505 [demo]"
          },
          {
            "type": "casenumber",
            "value": "85290CA12 [demo]"
          },
          {
            "type": "movementnumber",
            "value": "85QR18 [demo]"
          }
        ],
        "subBrand": "Arianee watches",
        "model": "Limited serie 2020",
        "language": "en-US",
        "description": "<b>Description</b>\nThe Navyclock by Arianee watch, small model, quartz movement. Case in 18k pink gold, beaded crown in 18k pink gold set with a synthetic cabochon-shaped spinel, strap in leather. \n\n<b>Case dimensions</b>\ndiameter: 29.5 mm, thickness: 6.35 mm, water-resistant to 3 bar (approx. 30 meters/100 feet).",
        "subDescription": [
          {
            "type": "other",
            "title": "The Navyclock watchmaking process",
            "content": "The Navyclock preserves the perfectly pitched classical elegance and signature Arianee features. The brand has been producing its own in-house movements since 2017. The movements boast a host of features but are designed to be thin by incorporating various complications into the mainplate.",
            "order": 1
          },
          {
            "type": "service",
            "title": "Customer service information",
            "content": "The Navyclock is rarely down. When it happens you can be sure our network will be here for you. ",
            "order": 2
          }
        ],
        "externalContents": [
          {
            "type": "website",
            "title": "Website",
            "url": "https://www.arianee.org/",
            "order": 1
          },
          {
            "type": "website",
            "title": "About Arianee",
            "url": "https://www.arianee.org/about-arianee",
            "order": 3
          },
          {
            "type": "website",
            "title": "History of Watches",
            "url": "https://en.wikipedia.org/wiki/History_of_watches",
            "order": 2
          },
          {
            "type": "proofLinkAction",
            "title": "Link with a proof of ownership",
            "url": "https://test.arian.ee/proofLinkAction.html"
          }
        ],
        "i18n": [
          {
            "language": "fr-FR",
            "description": "<b>Description</b>\nLa montre The Navyclock d'Arianee est un petit modèle utilisant le mouvement à quartz. Boitier en or rose 18 carats, Couronne perlée en or rose 18 carats sertie d'un spinelle synthétique en forme de cabochon, bracelet en cuir.\n\n<b>Dimensions</b>\ndiamètre: 29.5 mm, épaisseur: 6.35 mm, étanche à 3 bar (environ 30 mètres/100 pieds).",
            "subDescription": [],
            "externalContents": [
              {
                "type": "website",
                "title": "Site",
                "url": "https://www.arianee.org/",
                "order": 1
              },
              {
                "type": "website",
                "title": "Arianee",
                "url": "https://www.arianee.org/about-arianee",
                "order": 3
              },
              {
                "type": "website",
                "title": "L'Histoires des montres ",
                "url": "https://fr.wikipedia.org/wiki/Montre_(horlogerie)",
                "order": 2
              },
              {
                "type": "proofLinkAction",
                "title": "Link with a proof of ownership",
                "url": "https://test.arian.ee/proofLinkAction.html"
              }
            ]
          },
          {
            "language": "zh-CN",
            "description": "<b>描述</b>\nThe Navyclock by Arianee 手表,小型款,石英机芯. 18k玫瑰金表壳,18k玫瑰金串珠状表冠,镶有凸圆形人造合成尖晶石,皮革表带.\n\n<b>外壳尺寸</b>\n直径:29.5毫米,厚度:6.35毫米,防水深度达3巴(约30米/ 100英尺\n",
            "subDescription": [],
            "externalContents": [
              {
                "type": "website",
                "title": " 网站",
                "url": "https://www.arianee.org/",
                "order": 1
              },
              {
                "type": "website",
                "title": " 关于 Arianee",
                "url": "https://www.arianee.org/about-arianee",
                "order": 3
              },
              {
                "type": "website",
                "title": " 手表的历史",
                "url": "https://zh.wikipedia.org/wiki/%E6%89%8B%E8%A1%A8",
                "order": 2
              }
            ]
          }
        ],
        "msrp": [
          {
            "msrp": "35000",
            "currency": "EUR",
            "msrpCountry": "Europe"
          },
          {
            "msrp": "32000",
            "currency": "GBP",
            "msrpCountry": "United Kingdom"
          },
          {
            "msrp": "40000",
            "currency": "USD",
            "msrpCountry": "USA"
          }
        ],
        "medias": [
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-Lzfbb6qGXMN3LVhPRWG_arianeeResized",
            "order": 1
          },
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LzfbcJwhZPNES_2NK1h_arianeeResized",
            "order": 3
          },
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LzfbdNMkhOxvu5n_cPv_arianeeResized",
            "order": 2
          },
          {
            "mediaType": "picture",
            "type": "brandItemBackgroundPicture",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LtzQIIK-FD65qAFCBEm"
          },
          {
            "mediaType": "youtube",
            "type": "product",
            "url": "https://www.youtube.com/watch?v=Z7v41l4I-Gc",
            "ytId": "Z7v41l4I-Gc",
            "thumbnail": "https://img.youtube.com/vi/Z7v41l4I-Gc/0.jpg",
            "embedURL": "https://www.youtube.com/embed/Z7v41l4I-Gc"
          },
          {
            "mediaType": "picture",
            "type": "itemBackgroundPicture",
            "url": "https://bdharianeemaxime.firebaseapp.com/pub/-LzI78FCrDVaPk8tQkl9"
          },
          {
            "mediaType": "picture",
            "type": "certificateBackgroundPicture",
            "url": "https://bdharianeemaxime.firebaseapp.com/pub/-LzI7CrFW31aP_hyx1ZE"
          }
        ],
        "attributes": [
          {
            "type": "color",
            "value": "Gold"
          }
        ],
        "materials": [
          {
            "material": "gold",
            "pourcentage": "50%"
          }
        ],
        "size": [
          {
            "type": "depth",
            "value": "6",
            "unit": "in"
          },
          {
            "type": "depth",
            "value": "3,6",
            "unit": "cm"
          }
        ],
        "manufacturingCountry": "Switzerland",
        "facilityId": "12345",
        "productCertification": [
          {
            "name": "fairtrade"
          }
        ]
      },
      "isAuthentic": true,
      "imprint": "0xeae5c23fcc4ed5c163582163eacb0397ba04b162ce837b7a0c66e99c3a695a88",
      "raw": {
        "$schema": "https://cert.arianee.org/version1/ArianeeProductCertificate-i18n.json",
        "name": "The Navyclock [DEMO]",
        "sku": "NAC-BB-LS20-06",
        "gtin": "0 00 12345 60001 2",
        "brandInternalId": "NYC12345",
        "category": "accessory",
        "intended": "womens",
        "serialnumber": [
          {
            "type": "serialnumber",
            "value": "5040505 [demo]"
          },
          {
            "type": "casenumber",
            "value": "85290CA12 [demo]"
          },
          {
            "type": "movementnumber",
            "value": "85QR18 [demo]"
          }
        ],
        "subBrand": "Arianee watches",
        "model": "Limited serie 2020",
        "language": "en-US",
        "description": "<b>Description</b>\nThe Navyclock by Arianee watch, small model, quartz movement. Case in 18k pink gold, beaded crown in 18k pink gold set with a synthetic cabochon-shaped spinel, strap in leather. \n\n<b>Case dimensions</b>\ndiameter: 29.5 mm, thickness: 6.35 mm, water-resistant to 3 bar (approx. 30 meters/100 feet).",
        "subDescription": [
          {
            "type": "other",
            "title": "The Navyclock watchmaking process",
            "content": "The Navyclock preserves the perfectly pitched classical elegance and signature Arianee features. The brand has been producing its own in-house movements since 2017. The movements boast a host of features but are designed to be thin by incorporating various complications into the mainplate.",
            "order": 1
          },
          {
            "type": "service",
            "title": "Customer service information",
            "content": "The Navyclock is rarely down. When it happens you can be sure our network will be here for you. ",
            "order": 2
          }
        ],
        "externalContents": [
          {
            "type": "website",
            "title": "Website",
            "url": "https://www.arianee.org/",
            "order": 1
          },
          {
            "type": "website",
            "title": "About Arianee",
            "url": "https://www.arianee.org/about-arianee",
            "order": 3
          },
          {
            "type": "website",
            "title": "History of Watches",
            "url": "https://en.wikipedia.org/wiki/History_of_watches",
            "order": 2
          },
          {
            "type": "proofLinkAction",
            "title": "Link with a proof of ownership",
            "url": "https://test.arian.ee/proofLinkAction.html"
          }
        ],
        "i18n": [
          {
            "language": "fr-FR",
            "description": "<b>Description</b>\nLa montre The Navyclock d'Arianee est un petit modèle utilisant le mouvement à quartz. Boitier en or rose 18 carats, Couronne perlée en or rose 18 carats sertie d'un spinelle synthétique en forme de cabochon, bracelet en cuir.\n\n<b>Dimensions</b>\ndiamètre: 29.5 mm, épaisseur: 6.35 mm, étanche à 3 bar (environ 30 mètres/100 pieds).",
            "subDescription": [],
            "externalContents": [
              {
                "type": "website",
                "title": "Site",
                "url": "https://www.arianee.org/",
                "order": 1
              },
              {
                "type": "website",
                "title": "Arianee",
                "url": "https://www.arianee.org/about-arianee",
                "order": 3
              },
              {
                "type": "website",
                "title": "L'Histoires des montres ",
                "url": "https://fr.wikipedia.org/wiki/Montre_(horlogerie)",
                "order": 2
              },
              {
                "type": "proofLinkAction",
                "title": "Link with a proof of ownership",
                "url": "https://test.arian.ee/proofLinkAction.html"
              }
            ]
          },
          {
            "language": "zh-CN",
            "description": "<b>描述</b>\nThe Navyclock by Arianee 手表,小型款,石英机芯. 18k玫瑰金表壳,18k玫瑰金串珠状表冠,镶有凸圆形人造合成尖晶石,皮革表带.\n\n<b>外壳尺寸</b>\n直径:29.5毫米,厚度:6.35毫米,防水深度达3巴(约30米/ 100英尺\n",
            "subDescription": [],
            "externalContents": [
              {
                "type": "website",
                "title": " 网站",
                "url": "https://www.arianee.org/",
                "order": 1
              },
              {
                "type": "website",
                "title": " 关于 Arianee",
                "url": "https://www.arianee.org/about-arianee",
                "order": 3
              },
              {
                "type": "website",
                "title": " 手表的历史",
                "url": "https://zh.wikipedia.org/wiki/%E6%89%8B%E8%A1%A8",
                "order": 2
              }
            ]
          }
        ],
        "msrp": [
          {
            "msrp": "35000",
            "currency": "EUR",
            "msrpCountry": "Europe"
          },
          {
            "msrp": "32000",
            "currency": "GBP",
            "msrpCountry": "United Kingdom"
          },
          {
            "msrp": "40000",
            "currency": "USD",
            "msrpCountry": "USA"
          }
        ],
        "medias": [
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-Lzfbb6qGXMN3LVhPRWG_arianeeResized",
            "order": 1
          },
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LzfbcJwhZPNES_2NK1h_arianeeResized",
            "order": 3
          },
          {
            "mediaType": "picture",
            "type": "product",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LzfbdNMkhOxvu5n_cPv_arianeeResized",
            "order": 2
          },
          {
            "mediaType": "picture",
            "type": "brandItemBackgroundPicture",
            "url": "https://bdharianeetest.firebaseapp.com/pub/-LtzQIIK-FD65qAFCBEm"
          },
          {
            "mediaType": "youtube",
            "type": "product",
            "url": "https://www.youtube.com/watch?v=Z7v41l4I-Gc",
            "ytId": "Z7v41l4I-Gc",
            "thumbnail": "https://img.youtube.com/vi/Z7v41l4I-Gc/0.jpg",
            "embedURL": "https://www.youtube.com/embed/Z7v41l4I-Gc"
          },
          {
            "mediaType": "picture",
            "type": "itemBackgroundPicture",
            "url": "https://bdharianeemaxime.firebaseapp.com/pub/-LzI78FCrDVaPk8tQkl9"
          },
          {
            "mediaType": "picture",
            "type": "certificateBackgroundPicture",
            "url": "https://bdharianeemaxime.firebaseapp.com/pub/-LzI7CrFW31aP_hyx1ZE"
          }
        ],
        "attributes": [
          {
            "type": "color",
            "value": "Gold"
          }
        ],
        "materials": [
          {
            "material": "gold",
            "pourcentage": "50%"
          }
        ],
        "size": [
          {
            "type": "depth",
            "value": "6",
            "unit": "in"
          },
          {
            "type": "depth",
            "value": "3,6",
            "unit": "cm"
          }
        ],
        "manufacturingCountry": "Switzerland",
        "facilityId": "12345",
        "productCertification": [
          {
            "name": "fairtrade"
          }
        ]
      }
    },
    "issuer": {
      "identity": {
        "data": {
          "$schema": "https://cert.arianee.org/version1/ArianeeBrandIdentity-i18n.json",
          "name": "Arianee",
          "description": "<b>The Digital Identity Consortium</b><br/>\nConsumption behaviors are changing, new generations have a digital life of their own and the demand for data privacy is increasing.\nWhat if brands could propose a modern way of owning their creations? What if, thanks to technology, we could augment the ownership of goods?\n\nAt Arianee we are building perpetual relationships between brands and owners, made of trust, respect and transparency.\n\nWith the Arianee protocol, ownership is augmented and groundbreaking features are added to the most valuable items.",
          "arianeeMembership": "associate_member",
          "address": {
            "street_address": "120 rue Réaumur",
            "zipcode": "75002",
            "city": "Paris",
            "country": "France"
          },
          "pictures": [
            {
              "type": "brandLogoHeader",
              "url": "https://theseus.arianee.org/pub/-LvRQM23uL73ArIyshF0"
            },
            {
              "type": "brandLogoHeaderReversed",
              "url": "https://theseus.arianee.org/pub/-LvRRVI126tywVNOHdOM"
            },
            {
              "type": "brandLogoSquare",
              "url": "https://theseus.arianee.org/pub/-M0vj64EKf288-E08H_K_arianeeResized"
            },
            {
              "type": "brandHomePicture",
              "url": "https://theseus.arianee.org/pub/-LvRQkAOVY9XBrQIR_TZ"
            },
            {
              "type": "brandItemBackgroundPicture",
              "url": "https://theseus.arianee.org/pub/-LvRQrmb_IvXRTKdkYx5"
            },
            {
              "type": "itemBackgroundPicture",
              "url": "https://theseus.arianee.org/pub/-Lvk4MBEz5KjmE95dr9n"
            },
            {
              "type": "brandBackgroundPicture",
              "url": "https://theseus.arianee.org/pub/-M0vhSQcadtYDapY8qdb_arianeeResized"
            },
            {
              "type": "certificateBackgroundPicture",
              "url": "https://theseus.arianee.org/pub/-LvRRHXoEBb_l89d1YdW"
            }
          ],
          "socialmedia": [
            {
              "type": "facebook",
              "value": "208072396631649"
            },
            {
              "type": "twitter",
              "value": "arianeeproject"
            },
            {
              "type": "youtube",
              "value": "UCE2QoVA3Fx29NM-lG6T52oQ"
            }
          ],
          "rpcEndpoint": "https://bdharianeetest.firebaseapp.com/rpc"
        },
        "isAuthentic": true,
        "isApproved": true,
        "imprint": "0xeae5c23fcc4ed5c163582163eacb0397ba04b162ce837b7a0c66e99c3a695a88",
        "address": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0"
      },
      "isIdentityAuthentic": true,
      "isIdentityVerified": true,
      "imprint": "0xeae5c23fcc4ed5c163582163eacb0397ba04b162ce837b7a0c66e99c3a695a88"
    },
    "isRequestable": true,
    "owner": {
      "publicKey": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0",
      "address": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0",
      "isOwner": true
    },
    "events": {
      "transfer": [
        {
          "timestamp": 1600072345,
          "identity": {
            "type": "object",
            "properties": {
              "data": {
                "type": "object",
                "example": {
                  "$schema": "https://cert.arianee.org/version1/ArianeeBrandIdentity-i18n.json",
                  "name": "Arianee",
                  "description": "<b>The Digital Identity Consortium</b><br/>\nConsumption behaviors are changing, new generations have a digital life of their own and the demand for data privacy is increasing.\nWhat if brands could propose a modern way of owning their creations? What if, thanks to technology, we could augment the ownership of goods?\n\nAt Arianee we are building perpetual relationships between brands and owners, made of trust, respect and transparency.\n\nWith the Arianee protocol, ownership is augmented and groundbreaking features are added to the most valuable items.",
                  "arianeeMembership": "associate_member",
                  "address": {
                    "street_address": "120 rue Réaumur",
                    "zipcode": "75002",
                    "city": "Paris",
                    "country": "France"
                  },
                  "pictures": [
                    {
                      "type": "brandLogoHeader",
                      "url": "https://theseus.arianee.org/pub/-LvRQM23uL73ArIyshF0"
                    },
                    {
                      "type": "brandLogoHeaderReversed",
                      "url": "https://theseus.arianee.org/pub/-LvRRVI126tywVNOHdOM"
                    },
                    {
                      "type": "brandLogoSquare",
                      "url": "https://theseus.arianee.org/pub/-M0vj64EKf288-E08H_K_arianeeResized"
                    },
                    {
                      "type": "brandHomePicture",
                      "url": "https://theseus.arianee.org/pub/-LvRQkAOVY9XBrQIR_TZ"
                    },
                    {
                      "type": "brandItemBackgroundPicture",
                      "url": "https://theseus.arianee.org/pub/-LvRQrmb_IvXRTKdkYx5"
                    },
                    {
                      "type": "itemBackgroundPicture",
                      "url": "https://theseus.arianee.org/pub/-Lvk4MBEz5KjmE95dr9n"
                    },
                    {
                      "type": "brandBackgroundPicture",
                      "url": "https://theseus.arianee.org/pub/-M0vhSQcadtYDapY8qdb_arianeeResized"
                    },
                    {
                      "type": "certificateBackgroundPicture",
                      "url": "https://theseus.arianee.org/pub/-LvRRHXoEBb_l89d1YdW"
                    }
                  ],
                  "socialmedia": [
                    {
                      "type": "facebook",
                      "value": "208072396631649"
                    },
                    {
                      "type": "twitter",
                      "value": "arianeeproject"
                    },
                    {
                      "type": "youtube",
                      "value": "UCE2QoVA3Fx29NM-lG6T52oQ"
                    }
                  ],
                  "rpcEndpoint": "https://bdharianeetest.firebaseapp.com/rpc",
                  "$$ref": "https://cert.arianee.org/cert/sampleIdentity.json"
                }
              },
              "isAuthentic": {
                "type": "boolean",
                "example": true
              },
              "isApproved": {
                "type": "boolean",
                "example": true
              },
              "imprint": {
                "type": "string",
                "example": "0xeae5c23fcc4ed5c163582163eacb0397ba04b162ce837b7a0c66e99c3a695a88"
              },
              "address": {
                "type": "string",
                "example": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0"
              }
            }
          },
          "address": "0x512C1FCF401133680f373a386F3f752b98070BC5",
          "blockHash": "0xae25f6b5ac8f8b84fccd1241fa97410a9ab03e540c864c281512a04087a1c015",
          "blockNumber": 16787848,
          "logIndex": 1,
          "removed": false,
          "transactionHash": "0x89c960e101a5bb62d04226d3d55ed8b193631a0b7e6c9eb951b11449d515b645",
          "transactionIndex": 1,
          "transactionLogIndex": "0x1",
          "type": "mined",
          "id": "log_15816432",
          "returnValues": {
            "0": "0x0000000000000000000000000000000000000000",
            "1": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0",
            "2": "123456789000",
            "_from": "0x0000000000000000000000000000000000000000",
            "_to": "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0",
            "_tokenId": "123456789000"
          },
          "event": "Transfer",
          "signature": "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
          "raw": {
            "data": "0x",
            "topics": [
              "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
              "0x0000000000000000000000000000000000000000000000000000000000000000",
              "0x000000000000000000000000135935c83acf4e0c1aa0bd948dc710ec76b478b0",
              "0x0000000000000000000000000000000000000000000000000000001cbe991a08"
            ]
          }
        }
      ],
      "arianeeEvents": [
        "string"
      ]
    },
    "messageSenders": {
      "0x135935c83aCF4E0C1Aa0BD948DC710eC76b478b0": true
    }
  }
]
{
  "message": "no bearer token found in header authorization or not well formated"
}