GET
/
v1
/
coupons
/
{id}

Authorizations

Authorization
string
header
required

Public Sleek API token.

Path Parameters

id
string
required

The ID of the coupon to fetch.

Response

200 - application/json
code
string
required

The coupon code value.

description
string
required

The description of the coupon.

endDate
string
required

The date and time when the coupon expires. Format: ISO 8601

id
string
required

The unique identifier for the coupon. Format: UUID RFC 4122

name
string
required

The name of the retailer associated with the coupon.

retailerId
string
required

The ID of the retailer associated with the coupon offer. Format: UUID RFC 4122

startDate
string
required

The date and time when the coupon becomes active. Format: ISO 8601

url
string
required

The URL of the retailer's website where the coupon can be used.

The URL of the retailer's logo associated with the coupon.