Admin
List All Hero Banner Slides
Every slide, active and inactive, in display order - for the admin manager.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/admin/hero-banner-slides"{ "items": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "title": "string", "description": "string", "image_url": "string", "cta_label": "string", "cta_href": "string", "sort_order": 0, "is_active": true } ]}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}