Tables
Get admin public entry
Return the main admin user's public table entry for the given type (no auth required).
curl -X GET "https://loading/api/users/@admin/public/string"{
"data": {
"key": "username",
"value": {
"name": "John"
},
"updated_at": 1680000000000
},
"error": null,
"time": 1680000000000,
"request": "/api/endpoint"
}{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Resource not found.",
"status": 404
},
"time": 1680000000000,
"request": "/api/endpoint"
}{
"data": null,
"error": {
"code": "NOT_FOUND",
"message": "Resource not found.",
"status": 404
},
"time": 1680000000000,
"request": "/api/endpoint"
}