Site setup

Get site setup information.

GET
/auth/setup

Get site setup information.

Response Body

application/json

application/json

curl -X GET "http://localhost:8000/api/v1/auth/setup"
{
  "is_setup": true
}
Empty
{
  "message": "Something went wrong!",
  "code": "SERVER_ERROR"
}