Skip to main content

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.

The public GBP posting API has been deprecated and is no longer available. Requests to /public/gbp/posts and related endpoints now return a 410 Gone deprecation response.
Google Business publishing is now managed through Social Hub in the Hrizn dashboard. Do not build new integrations against the public GBP posting endpoints. If your workflow needs Google Business publishing, use Social Hub directly or contact Hrizn Support to discuss current integration options.

Deprecated endpoints

The following endpoints are discontinued:
MethodPath
POST/public/gbp/posts
GET/public/gbp/posts
GET/public/gbp/posts/{id}
POST/public/gbp/posts/{id}/cancel
POST/public/gbp/posts/{id}/reschedule
DELETE/public/gbp/posts/{id}

Response

Deprecated GBP posting endpoints return:
{
  "error": {
    "code": "deprecated_endpoint",
    "message": "The public GBP posting API has been deprecated and is no longer available. Please manage Google Business publishing through Social Hub in the Hrizn dashboard.",
    "details": {
      "endpoint": "/public/gbp/posts",
      "replacement": "Social Hub in the Hrizn dashboard"
    }
  }
}
Last modified on May 7, 2026