Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.smartlyq.com/v1/social/posts/{post_id}/retry \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "platforms": [ "<string>" ] } '
{ "success": true, "data": { "success": true, "retried": [ "facebook", "instagram" ], "final_status": "published", "platform_results": [ { "success": true, "error": null }, { "success": true, "error": null } ] }, "meta": { "request_id": "req_abc123", "timestamp": "2026-03-01T16:00:00Z" } }
API key from Developer dashboard (Bearer token).
Post id
Platforms to retry, e.g. ['facebook']
Success
true
Show child attributes