{"service":"statiq gateway","endpoints":[{"method":"GET","path":"/health","auth":"none","description":"Health check"},{"method":"POST","path":"/register","auth":"none","description":"Register an account"},{"method":"POST","path":"/confirm","auth":"none","description":"Confirm an account, get its API key"},{"method":"PATCH","path":"/admin/users/{email}","auth":"admin token","description":"Lock/unlock an account"},{"method":"POST","path":"/admin/mailboxes","auth":"admin token or user API key","description":"Provision a mailbox"},{"method":"POST","path":"/admin/send-keys","auth":"admin token","description":"Issue a scoped send key"},{"method":"GET","path":"/admin/send-keys","auth":"admin token","description":"List send keys"},{"method":"PATCH","path":"/admin/send-keys/{id}","auth":"admin token","description":"Update a send key"},{"method":"DELETE","path":"/admin/send-keys/{id}","auth":"admin token","description":"Revoke a send key"},{"method":"POST","path":"/send","auth":"send key","description":"Form-to-email"}]}
