Skip to main content
GET
Get coupon topic

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Coupon topic id. Get it from coupons.listTopics.

Pattern: ^\d+$

Response

OK

id
string
required
workspaceId
string
required
name
string
required
description
string | null
required
expiresAt
string<date-time> | null
required
status
enum<string>
required
Available options:
active,
archived
hasEverHadCoupon
boolean
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required