DocsAPI ReferencePost/bff/post/restore
postPostAdmin BFF

/bff/post/restore

Clears deleted_date on the post, making it visible again in public views.

PostpostBffPostRestore

Parameters

1 body

1 total
Body · 1
idstringRequired

Post external ID to restore.

Request

POST /bff/post/restore

post
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"
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key