cURL
curl --request GET \ --url https://mallary.ai/api/v1/posts/{id} \ --header 'Authorization: <api-key>'
{ "status": "ok", "data": { "post": { "id": 123, "message": "<string>", "platforms": [ "<string>" ], "media": [ {} ], "status": "queued", "source": "dashboard", "scheduled_at": "2023-11-07T05:31:56Z", "posted_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "results": [ { "platform": "<string>", "success": true, "platform_post_id": "<string>", "error_message": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "analytics": {} } } }
Retrieve a specific post and its per-platform results.
Use Authorization: Bearer {api_key}
Authorization: Bearer {api_key}
Post found
ok
Show child attributes