DocsAPI ReferenceBranch/bff/branch/gallery-link-blob
getBranchAdmin BFF

/bff/branch/gallery-link-blob

Links an uploaded blob to the branch gallery. If the branch has no main photo yet, the new image becomes the main photo.

BranchgetBffBranchGallery-link-blob

Parameters

2 query

2 total
Query · 2
slugstringRequired

Branch slug.

blobTokenstringRequired

Blob token from file upload.

Request

GET /bff/branch/gallery-link-blob

get
curl -X GET "https://api.bizkithub.com/bff/branch/gallery-link-blob?slug=example_slug&blobToken=example_blobToken" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key