Skip to content

API Basics

The vScope REST API lets you read and update selected data and settings (e.g., tags, targets). Each vScope instance hosts its own API docs at:

https://[vscope-server-name]/apidoc

  • Auth: bearer-like token via header token: <value>.
  • Scope: read assets/tags/relations; limited updates (tags, targets) per exposed endpoints.
  • Formats: JSON (primary); some endpoints support CSV/XLSX for exports.
  • Permissions: token inherits permissions of the linked user.
  • Rate/limits: follow your server capacity; no limits built-in the API.

If /apidoc is unreachable, ensure the service is running and that you are signed in to vScope.