Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 516 Bytes

File metadata and controls

27 lines (18 loc) · 516 Bytes

Show Current User Info

Get the details of the currently Authenticated User along with basic subscription information.

URL : /api/serverInfo

Method : GET

Auth required : NO

Permissions required : None

Success Response

Code : 200 OK

Content examples

{
  "baseUrl": "http://localhost",
  "serverTitle": "Mocked back-end server",
  "version": "1.0.3",
  "buildInfo": "Mocked back-end based on MockServer(https://www.mock-server.com). Works in docker container."
}