Limerence
Setup

Get Setup Status

Check if setup is required (no users exist)

GET
/setup/status

Check if setup is required (no users exist)

Authorization

X-API-Key<token>

Use X-API-Key: .

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/setup/status"
{  "hasUsers": true,  "setupRequired": true}
{  "cause": {    "code": "api/invalid-json",    "detail": "string"  },  "message": "The request body is not valid JSON"}
{  "cause": {    "code": "api/unsupported-media-type",    "detail": "GET requests cannot have a content type header"  },  "message": "Unsupported Media Type"}