cURL
curl -X GET http://localhost:50052/auth/admin/exists \ -H "Accept: application/json" \ -H 'Authorization: Bearer <admin-jwt-or-access-token>'
200
exists
{ "usage": {}, "time": 0, "status": "ok", "result": true }
Returns whether the admin user has been created. No authorization is required for this endpoint.
Returns the admin existence status.
Time spent to process this request, in seconds.
true if the admin user exists, false otherwise.
true
false