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:
- View plan, credits, and balance
- Manage team and permissions
- Connect instances, domains, and push apps
- Adjust inbound messages under Settings → Received messages
- Track Trust Factor
Via API
Scopes: workspace:read, workspace:create, workspace:update, workspace:delete.
Create workspace
Next steps