Retrieving a single website returns much more information than requesting a list of websites.
GET /v1/websites/{websiteId}
{
"website": {
"websiteId": 2,
"name": "Demo website",
"homeUrl": "https:\\/\\/www.fake-university.com\\/",
"status": "live",
"maxPages": 50,
"maxDocuments": 50,
"created": 1703026263,
"lastTested": 1703046209
},
"schedule": {
"scheduleInterval": "day",
"schedulePeriod": 5,
"scheduleFromDate": 1703026264,
"schedulePreset": "",
"isActive": true
},
"permissions": {},
"options": {},
"tagIds": [
"pre-production"
]
}
websiteId
integer
Unique ID for the website.
name
string
Name for the website.
homeUrl
string
Homepage URL for the website.
status
string
One of:
setup
- the website is being set up (i.e. created/configured), but has not yet gone livelive
- the website is livemaxPages
integer