Sign in

Find purchase by ID or token

documented

Find 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 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://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}}"}'