Site setup
Get site setup information.
curl -X GET "http://localhost:8000/api/v1/auth/setup"{
"is_setup": true
}Empty
{
"message": "Something went wrong!",
"code": "SERVER_ERROR"
}Send verification email POST
Send a verification email to the user email address. The email is only sent if have configured [SMTP mail server](https://docs.logchimp.codecarrot.net/self-hosting/environment-variables#mail) are configured at the time of deploying LogChimp.
Site setup POST
Setup the site by creating the owner account.