Workspace

Trever provides a multi-tenant Software as a Service solution. Therefore, our API is partitioned into tenants, i.e., Trever Workspaces. For every communication with our REST services, the workspace must be passed as Authorization Header.

For all REST endpoints, the current workspace must passed as Authorization Header, e.g.: x-active-workspace: <workspace>.

This is the error message, if the x-acitve-workspace header is missing:

{
  "success": false,
  "error_code": 3005,
  "error_message": "Missing x-active-workspace header"
}