List promo codes
List promo codes with cursor-based pagination.
List promo codes with cursor-based pagination.
ApiKeyAuth In: header
application/json
application/json
curl -X GET "https://commet.co/api/v1/promo-codes"List promo codes with cursor-based pagination.
Max 100, default 25
{
"success": true,
"data": [
{
"object": "promo_code",
"livemode": true,
"id": "string",
"code": "string",
"discountType": "percentage",
"discountValue": 0,
"durationCycles": 0,
{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}