Slider
The Slider API provides access to a set of images that can be displayed on the main section of homepage as a slider.
Endpoint:
api/customer/home/ads
Http Method:
GET
caution
The Slider includes a feature allowing you to define the start and end dates for displaying the slider on the homepage. Administrators can easily set these dates from the admin panel.
- Success Response:
Slider Resource
You can check more details about Slider Resource.
200 OK - If the slider is successful
{
"code": 200,
"data": [
{
"id": 68,
"image": "https://docapi.supercommerce.io",
"image_web": "https://docapi.supercommerce.io",
"type": 7,
"item_id": null,
"name": "-",
"popup": false,
"order": 6,
"link": "https://docapi.supercommerce.io",
"slug": null,
"banner_title": "prescription"
}
]
}
info
Check the following section to learn more about the Slider API Reference