Entrupy Certificate
What are Entrupy Certificates?
Entrupy Certificates are secure digital records that verify the authenticity of an item. Once an item is authenticated using Entrupy's technology—whether through an SDK-integrated application or via the Entrupy App—an Entrupy Certificate is generated and associated with that specific item. Certificates provide verifiable proof that an item has been assessed by Entrupy, increasing confidence and trust for buyers and sellers.
An Entrupy Certificate includes:
- A unique certificate ID (Entrupy ID).
- Photos of the item.
- Date of authentication.
- Metadata such as brand, date code, style code and serial number.
- Optionally, the provided
customer_item_id
: this field is hidden by default, but can be enabled on a per-user or per-account basis by request.
Integrating with Entrupy Certificates
- SDK-Integrated Applications: The Mobile SDKs can directly display the certificate and its details within your application's user interface.
- Entrupy App Users: Business users can manage certificates directly within the Entrupy App and use the API (with
customer_item_id
) to pull certificate data into their backend systems for broader operational integration. - API (Universal Access): The API is the core tool for backend systems to fetch certificate data, verify status, and manage transfers for items processed by either SDK flows or the Entrupy App.
Refer to the API Reference and specific SDK guides (Mobile SDKs) for detailed technical implementation.
Certificate Transfers
Entrupy supports the ability to transfer the certificate to a buyer, allowing the record of authenticity to follow the item if it changes ownership. This is an important feature for maintaining the chain of trust throughout an item's lifecycle. The process is primarily driven by the Entrupy API, and the updated certificate holder information is then reflected where the certificate is displayed (e.g., in the SDK's Detail View if applicable, or when a new holder views it).
API Functionality:
- Initiation: Certificate transfers are initiated via the API. Refer to the API v2.0 Reference for details. This allows a platform (acting on behalf of the current certificate holder) to initiate the transfer. The request body will typically include details of the recipient.
- Querying Transfer Status & Details: The API allows you to query the current status of a certificate, including who the current holder is. If an item's certificate has been transferred, the original authentication record will typically indicate this and may link to the new certificate details or holder information.
- Management: The API provides the necessary tools to manage the transfer process as an integrator.