Pages
Get Page
Request
GET /pages/uuid
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/pages/e278f98c-50e6-44ea-92ec-e625909c48dd"
Response Example
Status: 200 ok
{
"uuid": "e278f98c-50e6-44ea-92ec-e625909c48dd",
"name": "Example Site",
"title": "Title for Example Site",
"slug": "example",
"customDomain": "status.example.com",
"useGroups":true,
"items": [
"4e0b948c-d558-466f-96f9-6758a2a7b23b",
"3a46479a-7b6e-4c60-83b8-3769a22fa81f"
],
"description": "Page Description",
"logoUrl": "https://statsignal-public-production.s3-us-west-1.amazonaws.com/pages/logos/3d75dc81-3260-414c-be7e-3c46383c343f.png",
"faviconUrl": "https://statsignal-public-production.s3-us-west-1.amazonaws.com/pages/favicons/3d75dc81-3260-414c-be7e-3c46383c343f.png",
"customDomainState": "ready",
"googleAnalyticsId": "GoogleAnalyticsId",
"createdAt":"2021-04-13T14:20:09.615602Z",
"updatedAt":"2021-05-13T18:14:30.411158186Z"
}