API Reference
Overview
Quick Start
API Authentication
API Error Codes
APIs
Checkout API
Checkout API
Order Details
User History
Get User History
get
Prices
Product API
Product API
Coupons
Products
Licenses
Pay Links
Transactions
Payments
Subscription API
Subscription API
Plans
Users
Modifiers
Payments
One-off Charges
Alert API
Alert API
Webhooks

Get User History

get
/2.0/user/history

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...
  • 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>
required

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
Parameters
:
:
: