Find purchase by ID or token
documentedFind a purchase by ID or token for a product (ID or token may be provided via URL query or POST body).
POST /products/{id}/purchases/find.jsonProductsno implementation yet0 runsNo 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://simplero.com/api/v1/products/{{$id}}/purchases/find.json" \
-X POST \
-u "{{SIMPLERO_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}"}'