Conversations API: Retrieve and submit consumer-generated content (CGC), and retrieve your product catalog and statistics about your CGC.
User Email Address
The Bazaarvoice Conversations API enables you to fetch the end-user email address used to submit the reviews.
Contents
This section contains tutorials on encryption and decryption of email address.
Introduction
Depending upon your use case, you may either send email address in the request or receive it in the response. In both the cases your API key needs email address access enabled.
Please contact Bazaarvoice support to enable email access on your API Key.
Security recommendations
Email encryption details
AES is an NIST and US government approved standard for encrypting sensitive data based on the Rijndael algorithm. AES is a symmetrical algorithm (meaning it can be reversed using a shared key), offers a 128-bit block encryption and supports a shared key size of 128, 192, or 256 bits. It is also royalty free and supported by most major programming platforms.
Algorithm | AES |
---|---|
Key size | 128 bit |
Mode | ECB |
Padding | PKCS5/PKCS7 |
Section contents
Use the links below or the menu to the left to navigate to the pages in this section.
Decrypting Email Address
This tutorial explains how developers can decrypt email address retrieved from the following endpoints (Reviews, Review comments, Questions and Answers ) in the Conversations API. |
Encrypting Email Address
This tutorial explains how developers can encrypt email address to filter email address from Profile Display endpoint in the Conversations API. |
Related resources
Refer to these resources for additional information related to content retrieval and display.
Display fundamentals
Learn Conversations API display request fundamentals including filtering, sorting, searching and lots more. |
Tutorials
Tutorials take an in-depth look at a variety topics including displaying content on your product page, building a submission form, analytics, authenticity, authentication, and lots more. |