DocsAPI ReferencePost/bff/post/post-meta-list
getPostAdmin BFF

/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

1 total
Query · 1
idstringRequired

Post external ID.

Request

GET /bff/post/post-meta-list

get
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.

Get API Key