Pages
List Pages
Request
GET /pages
Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/pages"
Response Example
Status: 200 ok
{
"pages": [
{
"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"
},
{
"uuid": "6cd3f796-eec0-4891-9892-9dcf19421443",
"name": "My Service Site",
"title": "Title for Example Site",
"slug": "example",
"customDomain": "status.example.com",
"useGroups":false,
"items": [
"a8e61ff1-41bb-4eee-a9c9-8addb26e1480",
"f8068559-4fb9-47ad-9fc0-bdd09c71b54f"
],
"description": "Page Description",
"logoUrl": "https://statsignal-public-production.s3-us-west-1.amazonaws.com/pages/logos/d8f88bd1-b0ab-475d-a92b-258c5ed2b0d7.png",
"faviconUrl": "https://statsignal-public-production.s3-us-west-1.amazonaws.com/pages/favicons/d8f88bd1-b0ab-475d-a92b-258c5ed2b0d7.png",
"customDomainState": "ready",
"googleAnalyticsId": "GoogleAnalyticsId",
"createdAt":"2021-05-13T17:40:04.615602Z",
"updatedAt": "2021-05-13T19:01:40.878775Z"
}
],
"paginator": {
"recordOffset": 0,
"pageSize": 10,
"pagesCount": 1,
"recordsCount": 2
}
}