/bff/post/post-meta-list
Returns the post key/value metadata bag sorted by key, in a grid-friendly shape.
PostgetBffPostPost-meta-list
Parameters
1 query
Query · 1
idstringRequiredPost external ID.
Request
GET /bff/post/post-meta-list
curl -X GET "https://api.bizkithub.com/bff/post/post-meta-list?id=aBcDeFgH12345678" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"key": "example_key",
"value": "example_value"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.