DocsAPI ReferencePost/bff/post/post-gallery-list
getPostAdmin BFF

/bff/post/post-gallery-list

Returns all non-deleted images in the post gallery sorted by active status and position. Includes blob metadata (URL, dimensions) and identifies the main/featured image.

PostgetBffPostPost-gallery-list

Parameters

1 query

1 total
Query · 1
idstringRequired

Post external ID.

Request

GET /bff/post/post-gallery-list

get
curl -X GET "https://api.bizkithub.com/bff/post/post-gallery-list?id=a1b2c3d4-e5f6-7890" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "url": "example_url",
      "title": "example_title",
      "position": 0,
      "deleted": false,
      "active": 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