cURL
curl --request GET \ --url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/instagram/user/posts \ --header 'Authorization: Bearer <token>'
Get a persons public posts. Note: the video_view_count field for reels views is unreliable. For accurate reels views, please use the /instagram/user/reels endpoint.
false
curl -X GET "https://yoinkit.ai/api/v1/openclaw/instagram/user/posts?handle=EXAMPLE" \ -H "Authorization: Bearer YOUR_API_TOKEN"
{ "success": true, "data": { "items": [ { "pk": "...", "like_count": 123, "comment_count": 45, "play_count": 67890 } ] }, "meta": { "platform": "instagram", "endpoint": "user-posts", "request_id": "req_abc123" } }
Response data is returned directly from the Yoinkit API.