Sign in

Get products

documented

List all account's products.

GET /products.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.json" \\
  -u "{{SIMPLERO_API_KEY}}:" \\
  -H "Accept: application/json"
Get products · Simplero · OpenIntegrations