Files
developer.sailpoint.com/docs/api/nerm/getting-started.md
2024-02-28 17:09:09 -06:00

1.4 KiB

id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_position sidebar_class_name keywords description slug tags
getting-started Getting Started Getting Started Getting Started 1 gettingStarted
getting started
Start using the NERM APIs. /api/nerm/getting-started
Getting Started

Find Your Tenant Name

Before you can make API calls, you must identify what tenant and url you should use to make your calls. The url used is the same as the url for your browser client. For example, if you log in to https://mycompany.nonemployee.com, then you will make your API calls to https://mycompany.nonemployee.com/api/<resource>

Generate a Token

To authenticate you will need to generate a token. That can be done by following the instructions here: Generating a New API Key. Once you have your token, you are ready to start making calls!

API Tools

There are several API tools that make exploring and testing APIs easier than using the command line or a programming language. One tool is Postman. SailPoint provides an official Postman workspace where our collections are always up to date with the latest API changes. NERM endpoints will be added soon, so be sure to check back often. Click here to get started with our Postman workspace.