cURL
curl --request GET \ --url https://apidev.lindo.ai/v1/workspace/website/{website_id}/pages/{page_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "result": { "page_id": "page_abc123", "name": "Home Page", "path": "/home", "status": "Active", "language": "en", "seo": { "title": "Welcome to Our Website", "description": "Discover our amazing products and services", "keywords": "products, services, business" }, "settings": { "layout": "full-width" }, "data": { "sections": [] }, "publish_date": 1705312200, "created_date": "2024-01-15T10:30:00Z" } }
Retrieves detailed information about a specific page including SEO metadata, settings, and data fields.
Enter your API key (starts with lindo_sk_)
Unique identifier of the website
"ws_abc123"
Unique identifier of the page
"page_abc123"
Page details retrieved successfully
Indicates the operation was successful
true
false
Show child attributes
Was this page helpful?