As a owner of deployments I want to be able to
Known Queries
- get a list of all sites GET /sites
- lookup site by email address GET /sites?email=
- lookup site by site url GET /sites?url=
- be notified of new sites
- know the status of a site: online/offline (health check)
Response body:
{
uuid: #########,
email: [],
url: site.example.com
}
As a owner of deployments I want to be able to
Known Queries
Response body: