List Banners
Headers
Name
Type
Description
HTTP/1.1 200 OK
Content-Type: application/json
Body:
{
"status_code": 200,
"errors": {},
"data": {
"banners": [
{
"image": "<image_path>"
},
...
]
}
}Sample Code
Last updated
Was this helpful?