Appearance
Domain Analytics
The most recently activated live domains across your products.
GET /v1/dashboard/analytics/domainsRequires a Pro+ plan (402 otherwise).
Response
json
{
"data": {
"domains": [
{
"url": "https://customer-site.com",
"status": "active",
"activatedAt": "2026-06-11T08:30:00Z"
}
]
}
}Returns up to 20 active domains, newest activation first.
Example
bash
curl -X GET "https://api.packedge.dev/v1/dashboard/analytics/domains" \
-H "Authorization: Bearer pk_your_api_key"