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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "scheduled",
"publish_at_utc": "2023-11-07T05:31:56Z",
"scheduled_timezone": "<string>"
}
}Reschedules a GBP post to a new time. Only posts with status scheduled or failed can be rescheduled.
Scope required: gbp:write
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": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "scheduled",
"publish_at_utc": "2023-11-07T05:31:56Z",
"scheduled_timezone": "<string>"
}
}Your Hrizn API key (prefix hzk_)
Post ID