GET/spaces/api/v1/enabled.json

get the current users data

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 OK
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

200 OK

enabledResp
{
  "enabled": {
    "state": "string"
  }
}