Skip to content

GET/api/v1/me/access

ReturnsResponseAccessResponse

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "activeLevels": [
      {
        "id": 0,
        "slug": "string",
        "title": "string",
        "sortOrder": 0
      }
    ],
    "maxLevelSortOrder": 0,
    "activePackages": [
      {
        "id": 0,
        "slug": "string",
        "title": "string"
      }
    ],
    "roles": [
      "string"
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure