Parameters
1 query
Query parameters
· 1slugstringRequiredBranch slug.
Example
example_slugReturns all non-deleted images of the branch gallery ordered by active first, then by position ascending. Includes blob metadata and the main image identifier.
1 query
slugstringRequiredBranch slug.
example_slug1 status code documented
itemsobject[]RequiredidstringOptionalBlob token (used as image identifier).
blobanyRequiredBlob metadata (filename, URL, size).
titlestringRequiredImage description / alt text.
positionnumberRequiredactivebooleanRequireddeletedbooleanRequiredisLogobooleanRequiredisMainPhotobooleanRequiredmainImageIdstringOptionalBlob token of the main image, if set.
itemCountnumberRequired{
"items": [
{
"id": "example_id",
"title": "example_title",
"position": 0,
"active": false,
"deleted": false,
"isLogo": false,
"isMainPhoto": false
}
],
"mainImageId": "example_mainImageId",
"itemCount": 0
}GET /bff/branch/gallery-list
curl -X GET "https://api.bizkithub.com/bff/branch/gallery-list?slug=example_slug" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.