cURL
curl --request POST \ --url https://rawugc.com/api/v1/social/posts/{postId}/reschedule \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "scheduledFor": 123, "timezone": "UTC" } '
{ "postId": "<string>", "platforms": [ "<string>" ], "status": "draft", "scheduledFor": 123, "timezone": "<string>", "content": "<string>", "videoUrl": "<string>", "createdAt": 123, "publishedAt": 123 }
Change the scheduled publish time of an existing post.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Post ID
New Unix timestamp (ms) for the scheduled publish time
IANA timezone string
Post rescheduled
Platform names
draft
scheduled
published
failed
Unix timestamp of scheduled publish time
Post caption
Was this page helpful?