DocsAPI ReferencePost/bff/post/post-attachment-link-blob
getPostAdmin BFF

/bff/post/post-attachment-link-blob

Idempotently links an uploaded blob to the post as an attachment. Calling it twice with the same blob token returns success without creating a duplicate; if the same blob was previously detached, the row is undeleted.

PostgetBffPostPost-attachment-link-blob

Parameters

2 query

2 total
Query · 2
idstringRequired

Post external ID.

blobTokenstringRequired

Blob token returned by /bff/blob/upload.

Request

GET /bff/post/post-attachment-link-blob

get
curl -X GET "https://api.bizkithub.com/bff/post/post-attachment-link-blob?id=aBcDeFgH12345678&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