Identity Security Cloud V2024 API
Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. 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
- OAuth 2.0: UserContextAuth
- OAuth 2.0: ApplicationOnlyAuth
OAuth2 Bearer token (JWT) generated using either a Personal Access token or through the Authorization Code flow. See Identity Security Cloud REST API Authentication for more information.
- Directions for generating a personal access token
- Directions using client credentials flow
- Directions for using authorization code flow
Which authentication method should I choose? See the guide.
Learn more about how to find your tokenUrl
and authorizationUrl
in the docs.
Security Scheme Type: | oauth2 |
---|---|
OAuth Flow (clientCredentials): | Token URL: https://tenant.api.identitynow.com/oauth/token Scopes:
|
OAuth Flow (authorizationCode): | Token URL: https://tenant.api.identitynow.com/oauth/token Authorization URL: https://tenant.login.sailpoint.com/oauth/authorize Scopes:
|
OAuth2 Bearer token (JWT) generated using client credentials flow. See Identity Security Cloud REST API Authentication for more information.
- Directions using client credentials flow
Which authentication method should I choose? See the guide.
Learn more about how to find your tokenUrl
and authorizationUrl
in the docs.
Security Scheme Type: | oauth2 |
---|---|
OAuth Flow (clientCredentials): | Token URL: https://tenant.api.identitynow.com/oauth/token Scopes:
|
License
MIT