Skip to main content
Version: 1.0.0

NERM API

The NERM API accesss and modifies resources in your environment.

Authentication

OAuth2 Bearer token (JWT) generated using either a personal access token (PAT) or through the authorization code flow.

Personal access tokens are associated with a user in Identity Security Cloud and relies on the user's user level (ex. Admin, Helpdesk, etc.) to determine a base level of access.

See Identity Security Cloud REST API Authentication for more information.

Security Scheme Type:

oauth2

OAuth Flow (clientCredentials):

Scopes:

  • sp:scopes:default: default scope

  • sp:scopes:all: access to all scopes

OAuth Flow (authorizationCode):

Scopes:

  • sp:scopes:default: default scope

  • sp:scopes:all: access to all scopes

License