Memos
Instance Service

Get Instance Profile

Gets the instance profile.

GET
/api/v1/instance/profile

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/instance/profile"
{  "version": "string",  "demo": true,  "instanceUrl": "string",  "admin": {    "name": "string",    "role": "ROLE_UNSPECIFIED",    "username": "string",    "email": "string",    "displayName": "string",    "avatarUrl": "string",    "description": "string",    "password": "string",    "state": "STATE_UNSPECIFIED",    "createTime": "2019-08-24T14:15:22Z",    "updateTime": "2019-08-24T14:15:22Z"  },  "commit": "string",  "needsSetup": true}