cURL
curl --request GET \ --url https://rawugc.com/api/v1/social/posts/{postId} \ --header 'Authorization: Bearer <token>'
{ "postId": "<string>", "platforms": [ "<string>" ], "status": "draft", "scheduledFor": 123, "timezone": "<string>", "content": "<string>", "videoUrl": "<string>", "createdAt": 123, "publishedAt": 123 }
Retrieve details for a specific scheduled or draft post.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Post ID
Post details
Platform names
draft
scheduled
published
failed
Unix timestamp of scheduled publish time
Post caption
Was this page helpful?