Skip to main content
POST
/
gbp
/
posts
/
{id}
/
reschedule
Deprecated: Reschedule a GBP post
curl --request POST \
  --url https://api.app.hrizn.io/v1/public/gbp/posts/{id}/reschedule \
  --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 reschedules Google Business posts. 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