cURL
curl --request GET \ --url https://api.sevalla.com/v2/static-sites \ --header 'Authorization: Bearer <token>'
{ "company": { "static_sites": { "items": [ { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "name": "first-static-site", "display_name": "First static site", "status": "deploymentSuccess" } ] } } }
List all static sites available to a company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
10
3
Successfully found static sites
Show child attributes
"first-static-site"
"First static site"
deploymentInProgress
deploymentSuccess
deploymentFailed
deploymentCancelled
deleting
deletionFailed
"deploymentSuccess"
Was this page helpful?