Sign in

List products

documented

Retrieve a paginated list of the seller's products, including fields such as id, name, number, price, description, image, and thumbnail; authentication is via a form field 'key' in the POST body containing the API key.

POST /api/{client_id}/?page={page}Productsno 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.e-junkie.com/api/{{$client_id}}/?page={{$page}}" \
  -X POST \
  -H "Accept: application/json" \
  -F "key={{E-JUNKIE_API_KEY}}" \
  # Docs: E-junkie Products API (https://www.e-junkie.com/wiki/help-products-api)