List Banners
GET ‎https://<domain>/<api prefix>/<version>/commerce/banners/
This API endpoint will give you the available banner images.
Headers
Name
Type
Description
apikey*
string
apikey
Authorization*
string
Bearer access token
HTTP/1.1 200 OK
Content-Type: application/json
Body:
{
"status_code": 200,
"errors": {},
"data": {
"banners": [
{
"image": "<image_path>"
},
...
]
}
}Sample Code
Node
PHP
Last updated
Was this helpful?