Documentation
Users

Get admin banner

Redirect to the admin user banner URL.

GET
/api/users/@admin/banner

Response Body

application/json

curl -X GET "https://loading/api/users/@admin/banner"
Empty
{
  "data": null,
  "error": {
    "code": "NOT_FOUND",
    "message": "Resource not found.",
    "status": 404
  },
  "time": 1680000000000,
  "request": "/api/endpoint"
}