DocumentationLogChimp Documentation

Site setup

Get site setup information.

GET
/auth/setup

Header Parameters

Content-Type?string
Default"application/json"
origin?string
Default"https://example.com"

Response Body

curl -X GET "https://api.<your-domain>.com/api/v1/auth/setup" \  -H "Content-Type: application/json" \  -H "origin: https://example.com"
{
  "is_setup": true
}
{
  "message": "Something went wrong!",
  "code": "SERVER_ERROR"
}