Retrieve a checkout coupon
documentedRetrieves a checkout coupon.
GET /checkout/coupons/{id}Checkoutno 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.quaderno.io/v1/checkout/coupons/{{$id}}" \
-u "{{QUADERNO_API_KEY}}:x" \
-X GET \
-H "Accept: application/json"