Skip to content

POST/api/v1/auth/studio/workspaces

ReturnsResponseStudioWorkspacesResponse

AcceptsStudioWorkspacesRequest

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "workspaces": [
      {
        "tenantId": 0,
        "slug": "string",
        "name": "string",
        "host": "string"
      }
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure