cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/blogs/{blog_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "blog_id": "blog_abc123", "name": "Getting Started Guide", "path": "/blog/getting-started", "status": "Active", "language": "en", "seo": { "title": "Getting Started", "description": "Learn how to get started" }, "blog_settings": { "featured": true, "category": "tutorials" }, "data": { "content": [], "author": "John Doe" }, "publish_date": 1705312200, "created_date": "2024-01-15T10:30:00Z" } }
Retrieves detailed information about a specific blog including SEO metadata, blog_settings, and data fields.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the blog
"blog_abc123"
Blog details retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?