Skip to main content
A workspace is the customer folder on Notifique: instances, API keys, plan, balance, webhooks, and team all live inside it. Each key opens one folder only.

In short

  • Every /v1/... call runs in the workspace tied to your API Key.
  • One workspace cannot see another’s data.
  • In the dashboard you manage channels, team, billing, and Trust Factor.
  • In most cases do not send X-Workspace-Id, the key already defines the workspace.

When to use one or many

What’s inside?

In the dashboard

Open Workspace → Settings:
  1. View plan, credits, and balance
  2. Manage team and permissions
  3. Connect instances, domains, and push apps
  4. Adjust inbound messages under Settings → Received messages
  5. Track Trust Factor

Via API

Scopes: workspace:read, workspace:create, workspace:update, workspace:delete.

Create workspace


Next steps