Purchase endpoints are served under an
/api prefix, unlike the other resources in this reference.Sample payload
Endpoints
Get all Purchases for a User
GET /api/users/<user_id>/purchases
Retrieve all purchases for a user.
Unique identifier of the user.
Get a single Purchase
GET /api/purchases/<purchase_key>
Retrieve a single purchase by its key.
Unique key of the purchase.
