Sign in

List sales

documented

Retrieve a list of sales.

GET /salesSalesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.gumroad.com/v2/sales?after={{$after}}&before={{$before}}&product_id={{$product_id}}&email={{$email}}&order_id={{$order_id}}&page_key={{$page_key}}" \
  -X GET \
  -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\"
List sales · Gumroad · OpenIntegrations