List
Developing
DEVELOPMENT
DEVELOPMENT
GET
https://api.flavours.sa/dev/api/v2/discounts
Request Body
Constant
Constant | Value |
---|---|
type | COUPON OFFER PROMOTION FAST_OFFER |
Info PROMOTION
andFAST_OFFER
are under development
Coupon Flow

Offers Flow

Validation
Field | Type | Rule | Description |
---|---|---|---|
page | integer | nullable min:1 | Read more on the Pagination page |
per_page | integer | nullable min:1 | Read more on the Pagination page |
search | string | nullable | |
sort | string | nullable | Read more on the Sorting page |
includes | array | nullable | Read more on the Includables page |
filter.market_id | string | nullable | Id from Market model |
filter.branch_id | string | nullable | Id from Branch model |
filter.types | array | nullable | Array of type |
filter.expired_at | integer | nullable | Milliseconds time |
Field | Rule | Condition |
---|---|---|
filter.market_id | required | User authentication role SUBSCRIBER |
filter.branch_id | required | User authentication role SUBSCRIBER & has branch_id |
Request
Query Params
page
integer
optional
Example:
1
per_page
integer
optional
Example:
20
search
string
optional
sort
string
optional
includes
array[string]
optional
Example:
[""]
filter[market_id]
string
optional
Example:
b5d70a92-5d2e-4f89-8e52-1827cfbd01f4
filter[branch_id]
string
optional
filter[types]
array[string]
optional
filter[expired_at]
integer
optional
Request samples
Responses
Modified at 2025-03-28 03:52:47