Parameters
1 query
Query parameters
· 1postIdstringRequiredPost external ID
Example
example_postIdReturns a list of all active tags assigned to the given post.
1 query
postIdstringRequiredPost external ID
example_postId1 status code documented
This response returns no JSON body.
{
"success": true
}GET /bff/post-tag/post-tags
curl -X GET "https://api.bizkithub.com/bff/post-tag/post-tags?postId=example_postId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.