Super Admin APIs
Manage namespaces, namespace user tokens, and high-impact administrative jobs using the Master API Key.
Super Admin APIs are used to manage namespaces, namespace user tokens, and high-impact administrative jobs such as namespace creation and deletion.
Super Admin APIs require the Master API Key and are not available to regular namespace users or trial accounts.
Authentication
All Super Admin APIs require the Master API Key:
Authorization: Bearer <MASTER_API_KEY>
Capabilities
| Capability | Description |
|---|---|
| Namespace user token management | Create, list, inspect, and deactivate user tokens |
| Namespace lifecycle management | Create and delete entire namespaces |
| Background job tracking | Track async namespace creation and deletion |
| Centralized control | Operate across all namespaces |
Available permissions
When creating namespace user tokens, you assign one or more permissions:
| Permission | Meaning |
|---|---|
mask | Can call masking APIs |
unmask | Can unmask and view clear text |
metadata_change | Can modify metadata and view audits |
API reference
Create Namespace Token
Create an authentication token for a user within a namespace.
Fetch Token Details
Retrieve metadata for a specific user token.
List Auth Tokens
List all namespace user tokens, optionally filtered by namespace.
Deactivate Token
Immediately revoke a namespace user token.
Delete Namespace
Delete an entire namespace and all its data.
Track Namespace Jobs
Monitor namespace creation and deletion job status.
Last updated 3 weeks ago
Built with Documentation.AI