latestOpenAPI 3.1.02026-08-1076186318.8 KB
ab648a80ca4d
Static Sites
Get list of company static sites
get/static-sites
Query parameters
companystring required
Example:54fb80af-576c-4fdc-ba4f-b596c83f15a1
limitnumber
Example:10
offsetnumber
Example:3
Response
Successfully found static sites
Example response
{
"company": {
"static_sites": {
"items": [
{
"id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
"name": "first-static-site",
"display_name": "First static site",
"status": "deploymentSuccess"
}
]
}
}
}