Skip to main content
GET
/
v1
/
coupons
/
{id}
Get a coupon
curl --request GET \
  --url https://revstack.dev/v1/coupons/{id}
null

Path Parameters

id
string
required
Example:

"coup_abc123"

Response

200 - application/json

Coupon details

The response is of type unknown.