Sign in

Retrieve a checkout coupon

documented

Retrieves a checkout coupon.

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