curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/truthsocial/post \
--header 'Authorization: Bearer <token>'Get Truth Social post
curl --request GET \
--url https://yoinkit.ai/api/v1/openclaw/api/v1/openclaw/truthsocial/post \
--header 'Authorization: Bearer <token>'https://truthsocial.com/@realDonaldTrump/posts/114315219437063160)curl -X GET "https://yoinkit.ai/api/v1/openclaw/truthsocial/post?url=https://truthsocial.com/@realDonaldTrump/posts/114315219437063160" \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"success": true,
"data": {
"text": "It's so hard to watch as Highly Qualified and Respected Amba...",
"id": "114315219437063160",
"created_at": "2025-04-10T19:03:40.023Z",
"visibility": "public",
"language": "en",
"url": "https://truthsocial.com/@realDonaldTrump/114315219437063160",
"content": "<p>It's so hard to watch...</p>",
"account": {
"id": "107780257626128497",
"username": "realDonaldTrump",
"display_name": "Donald J. Trump"
},
"replies_count": 123,
"reblogs_count": 456,
"favourites_count": 7890
},
"meta": {
"platform": "truthsocial",
"endpoint": "post",
"request_id": "req_abc123"
}
}
Response data is returned directly from the Yoinkit API.