Parameters
JSON body
Request body
application/jsonidstringRequiredPost external ID to restore.
Clears deleted_date on the post, making it visible again in public views.
JSON body
idstringRequiredPost external ID to restore.
1 status code documented
success"true"Requiredsuccess"false"RequiredmessagestringRequired{
"success": true
}POST /bff/post/restore
curl -X POST "https://api.bizkithub.com/bff/post/restore" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id"
}'All BizKitHub public API endpoints require authentication via API key.