My sites
Allows listing all sites of the authenticated user.
Summary of site endpoints
- GET /admin/api/me/sites - get data for the user's sites.
Get data for the user's sites
GET /admin/api/me/sites
Example response:
Status: 200 OK
[
{
"id": 2,
"title": "My site",
"current": true,
"owner": true,
"data_usage": 10103746,
"custom_design": true,
"branding_enabled": true,
"search_enabled": false,
"indexed_at": "2019-03-15T09:13:58.000Z",
"has_ecommerce": true,
"ecommerce_enabled": true,
"primary_domain": "my-site.voog.com",
"public_url": "https://my-site.voog.com",
"stats_service_base_url": "//tracker.voog.com:8000/stats/Ea6lB78DyUOyD1XZSQUrRw||",
"stats_service_live_url": "ws://tracker.voog.com:8000/ws?channel=2",
"subscription": {
"subscription_plan": "premium",
"subscription_period": "1Y",
"subscription_started_at": "2019-03-15T09:13:58.000Z",
"subscription_expires_at": "2020-03-13T00:00:00.000Z",
"active": true,
"type": "paid"
},
"features": {
"api": true,
"assets": null,
"catalog": true,
"custom_cdn": true,
"custom_design": true,
"domain_management": true,
"ecommerce": true,
"ecommerce_products": null,
"ecommerce_transactions_fee": 0,
"languages": null,
"legacy_designs": false,
"pages": null,
"people": null,
"private_pages": null,
"refer": true,
"seo_pages": true,
"seo_redirects": true,
"ssl": true,
"subscriptions": true
},
"verified": true,
"created_at": "2019-03-15T09:13:58.000Z",
"updated_at": "2019-11-27T10:14:06.000Z"
}
]
Parameters
per_page
- sites per response (default:50
; maximum:250
).page
- requested page (default:1
).