Files
developer.sailpoint.com/docs/sailpoint-api-v3/sail-point-saa-s-api.info.mdx
2022-08-16 21:39:45 -04:00

33 lines
2.6 KiB
Plaintext

---
id: sail-point-saa-s-api
sidebar_label: Introduction
sidebar_position: 0
hide_title: true
---
import ApiLogo from "@theme/ApiLogo";
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
<span className={"theme-doc-version-badge badge badge--secondary"}>Version: 3.0.0</span>
# SailPoint - SaaS API
These are the public APIs for SailPoint's SaaS services. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
<div style={{"marginBottom":"2rem"}}><h2 id={"authentication"} style={{"marginBottom":"1rem"}}>Authentication</h2><Tabs><TabItem label={"OAuth 2.0"} value={"oauth2"}>
OAuth2 Bearer token (JWT). See [IdentityNow REST API Authentication](https://developer.sailpoint.com/docs/authentication.html) for more information.
- Directions for generating a [personal access token](https://developer.sailpoint.com/docs/authentication.html#personal-access-tokens)
- Directions using [client credentials flow](https://developer.sailpoint.com/docs/authentication.html#client-credentials-grant-flow)
- Directions for using [authorization code flow](https://developer.sailpoint.com/docs/authentication.html#authorization-code-grant-flow)
Which authentication method should I choose? See our [guide](https://developer.sailpoint.com/docs/authentication.html#which-oauth-2-0-grant-flow-should-i-use)
Learn more about how to find your `tokenUrl` and `authorizationUrl` [in our docs](https://developer.sailpoint.com/docs/authentication.html#finding-your-tenant-s-oauth-details)
<div><table><tbody><tr><th>Security Scheme Type:</th><td>oauth2</td></tr><tr><th>clientCredentials OAuth Flow:</th><td><p>Token URL: https://tenant.api.identitynow.com/oauth/token</p><span>Scopes:</span><ul><li>sp:scopes:default: default scope</li><li>sp:scopes:all: access to all scopes</li></ul></td></tr><tr><th>authorizationCode OAuth Flow:</th><td><p>Token URL: https://tenant.api.identitynow.com/oauth/token</p><p>Authorization URL: https://tenant.identitynow.com/oauth/authorize</p><span>Scopes:</span><ul><li>sp:scopes:default: default scope</li><li>sp:scopes:all: access to all scopes</li></ul></td></tr></tbody></table></div></TabItem></Tabs></div><div style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}><h3 style={{"marginBottom":"0.25rem"}}>Contact</h3><span>Developer Relations: <a href={"mailto:developers@sailpoint.com"}>developers@sailpoint.com</a></span><span>URL: <a href={"https://developer.sailpoint.com/discuss"}>https://developer.sailpoint.com/discuss</a></span></div>