cURL
curl --request POST \ --url https://api.app.hrizn.io/v1/public/gbp/posts/{id}/reschedule \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "publish_at_utc": "2023-11-07T05:31:56Z", "scheduled_timezone": "<string>" } '
{ "data": { "id": "a1b2c3d4-5678-9012-3456-789012345678", "status": "scheduled", "publish_at_utc": "2026-04-20T15:00:00.000Z", "scheduled_timezone": "America/New_York" } }
Reschedule a Google Business Profile post to a new time
scheduled
failed
gbp:write
America/New_York
Your Hrizn API key (prefix hzk_)
Post ID
New scheduled publication time (UTC, must be in the future)
IANA timezone (e.g. America/New_York)
Post rescheduled
Hide child attributes
"scheduled"