cURL
curl --request GET \ --url https://api.example.com/social/post/{post_id}
Get social post status and available analytics.
curl -X GET "https://api.mosaic.so/social/post/[post_id]" \ -H "Authorization: Bearer mk_your_api_key"
{ "post_id": "1c08fd57-f0b0-4d10-bf7a-1df2e03c1a96", "status": "success", "links": [ { "platform": "linkedin", "post_url": "https://www.linkedin.com/feed/update/..." } ], "stats": { "status": "success" } }
Was this page helpful?