Yes, Nivoda offers webhooks that can notify you in real time when diamonds become unavailable (e.g. sold out).
Please note: Webhooks are not currently available for gemstones.
A typical webhook notification may look like this:
{
"CERTIFICATE_ID": "E7A2F40C-D221-55FC-B910-BDF4FB7A0C82",
"CERTNUMBER": "LG628471868",
"D_ID": "DDAC137D-F17E-4661-8117-CA1A205A8325",
"SUPPLIERSTOCKID": "100747497022",
"CERTIFICATE_TYPE": "LABGROWNCERTIFICATE"
}
If you would like real-time updates on price changes, you will need to implement the GraphQL API instead, which supports live querying.
To enable webhook notifications, please contact us and include:
- Your account credentials
- The webhook endpoint(s) you’d like us to send notifications to, with basic authentication
Our team will assist with the configuration.