List deals by product
documentedList all deals associated with a specific product.
GET /v4/products/{product_id}/dealsProductsno 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://api.teamgate.com/v4/products/{{$product_id}}/deals?page={{$page}}&limit={{$limit}}" \
-X GET \
-H "X-App-Key: {{TEAMGATE_API_KEY}}" \
-H "X-Auth-Token: {{TEAMGATE_AUTH_TOKEN}}" \
-H "Accept: application/json"