How clients prove identity and gain the right access
Authorization
header,
along with a Monime-Space-Id
header that identifies which Space you’re operating in. This dual-header approach creates a powerful security model where tokens provide identity and authentication, while Space IDs provide context and isolation.
isAuthenticated: false
- Token is missing, invalid, or expiredenvironment: null
- Cannot determine environment without valid tokenapiVersion: null
-Cannot determine API version.isAuthenticated: true
- Valid test tokenenvironment: "test"
- Connected to test environmentapiVersion
- Current API version you’re accessingisAuthenticated: true
- Valid test tokenenvironment: "live"
- Connected to production environmentapiVersion
- Current API version you’re accessing.env
file in production.