DocsAPI ReferenceBranch/bff/branch/gallery-list
getBranchAdmin BFF

/bff/branch/gallery-list

Returns all non-deleted images of the branch gallery ordered by active first, then by position ascending. Includes blob metadata and the main image identifier.

BranchgetBffBranchGallery-list

Parameters

1 query

1 total
Query · 1
slugstringRequired

Branch slug.

Request

GET /bff/branch/gallery-list

get
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"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "title": "example_title",
      "position": 0,
      "active": false,
      "deleted": false,
      "isLogo": false,
      "isMainPhoto": false
    }
  ],
  "mainImageId": "example_mainImageId",
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key