What Living Security needs
Scopes: Read access to incidents
Required role: Analyst or higher (Admin privileges to generate tokens)
Prerequisites
- You must have Admin privileges in SNYPR to create users and generate API tokens.
- SNYPR deployment must be version 6.3 or later.
Part A — In Securonix SNYPR
Your Securonix administrator completes these steps.1
Create a dedicated service account (recommended)
Creating a dedicated service account limits the blast radius if the token is compromised and makes rotation easier.
- Sign in to your SNYPR web console at
https://<your-tenant>.securonix.net. - Navigate to Menu → Administration → Users.
- Click Add User.
- Fill in the required fields:
- Username — e.g.,
livingsecurity-integration - Email — A security team or shared inbox address
- Role — Analyst (provides read access to incidents without write permissions)
- Username — e.g.,
- Click Save.
For least-privilege access, use the Analyst role or a custom read-only role rather than Administrator.
2
Generate an API token
SNYPR tokens are generated via the REST API using Basic authentication.Option A: Via REST API (recommended)Call the token generation endpoint:A successful response returns a token string (UUID format):Option B: Via SNYPR web consoleSome SNYPR versions expose token management in the UI:
- Navigate to Menu → Administration → Security → API Token Management.
- Generate a new token.
Consult your Securonix administrator if you’re unsure which method is available in your deployment.
3
Copy and save your token
Copy the token immediately and store it securely.
4
Identify your tenant API host
The tenant API host is your SNYPR console hostname without
https://.Enter the host only — no
https:// prefix and no trailing slash.Part B — In the Living Security Platform
The program owner completes this step, or the system admin if using delegated setup.1
Troubleshooting
403 Forbidden
403 Forbidden
The service account lacks permissions to access incident data. Verify the account has at least Analyst role.
Malformed URL errors
Malformed URL errors
The tenant API host may include
https:// or a trailing slash. Enter only the hostname (e.g., acme.securonix.net).Token generation fails
Token generation fails
Verify:
- The service account credentials are correct
- The account has API access enabled
- Your SNYPR version is 6.3 or later
SNYPR version compatibility
SNYPR version compatibility
This integration requires SNYPR 6.3 or later for REST API support. Contact your Securonix administrator to verify your deployment version.

