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

/bff/post/post-attachment-list

Returns all non-deleted files attached to the post (separate from the gallery), newest first. Each item carries the filename, public download URL, byte size and content type.

PostgetBffPostPost-attachment-list

Parameters

1 query

1 total
Query · 1
idstringRequired

Post external ID.

Request

GET /bff/post/post-attachment-list

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

Response

JSON payload

{
  "items": [
    {
      "id": 0,
      "token": "example_token",
      "filename": "example_filename",
      "downloadUrl": "example_downloadUrl",
      "size": 0,
      "contentType": "example_contentType"
    }
  ],
  "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