Get User History
get
/2.0/user/history
Send the customer an order history and license recovery email
A customer may wish to have their past purchases or license details confirmed. For example, when they have changed computers. This API will send an email to the customer detailing this.
The order history and license recovery email can be triggered to a customer via this API, or using the Paddle.js code snippet outlined below:
preparing...
Example Request
preparing...
Usage Notes
- The API will always return a success response for all valid email addresses, even if they have not had any orders previously (buyers will receive an email stating that no orders were found).
email
string<email>The email address of the customer.
Style:
unspecified
product_id
integer<int64>Required if vendor_id
is not specified.
>= -9007199254740991<= 9007199254740991
Style:
unspecified
vendor_id
integer<int64>Required if product_id
is not specified.
>= -9007199254740991<= 9007199254740991
Style:
unspecified
:::