get https://loyalty.yotpo.com/api/v2/privacy/data/exists
A synchronous request that checks for existing account data (true/false) in the Yotpo loyalty system.
Response | Description |
---|---|
has_data: true | The user associated with the email queried has existing data in the Yotpo loyalty system associated with the account. To fetch the existing user data, use the User Data endpoint. |
has_data: false | There is no existing data in the Yotpo loyalty system for the email queried in association with the account. |