Version: 3.1.0-beta
IdentityNow Beta API
Use these APIs to interact with the IdentityNow 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​
- OAuth 2.0
OAuth2 Bearer token (JWT). See IdentityNow 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 our guide
Learn more about how to find your tokenUrl
and authorizationUrl
in our docs
Security Scheme Type: | oauth2 |
---|---|
clientCredentials OAuth Flow: | Token URL: https://tenant.api.identitynow.com/oauth/token Scopes:
|
authorizationCode OAuth Flow: | Token URL: https://tenant.api.identitynow.com/oauth/token Authorization URL: https://tenant.identitynow.com/oauth/authorize Scopes:
|