Skip to main content
Version: 3.1.0-beta

Identity Security Cloud Beta API

Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. These APIs are in beta and are subject to change. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.

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):

Token URL: https://tenant.api.identitynow.com/oauth/token

Scopes:

  • sp:scopes:default: default scope

  • sp:scopes:all: access to all scopes

OAuth Flow (authorizationCode):

Token URL: https://tenant.api.identitynow.com/oauth/token

Authorization URL: https://tenant.login.sailpoint.com/oauth/authorize

Scopes:

  • sp:scopes:default: default scope

  • sp:scopes:all: access to all scopes

Contact

Developer Relations:

URL: https://developer.sailpoint.com/discuss/api-help

License

MIT