Skip to main content
GET
/
gbp
/
posts
/
{id}
Deprecated: Get a GBP post
curl --request GET \
  --url https://api.app.hrizn.io/v1/public/gbp/posts/{id} \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "validation_error",
    "message": "keyword: Required",
    "details": {},
    "request_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint is deprecated and no longer returns Google Business post details. Use Social Hub in the Hrizn dashboard for Google Business publishing.
Requests now return 410 Gone.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Post ID

Response

Missing or invalid API key

error
object
Last modified on May 7, 2026