Files
developer.sailpoint.com/docs/api/nerm/authentication.md
darrell-thobe-sp 2cd5ccfc81 Prettified Code!
2024-04-18 10:31:05 +00:00

654 B

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
authentication Authentication Authentication Authentication 2 authentication
authentication
Authenticate to the NERM APIs. /api/nerm/authentication
Authentication

Overview

NERM uses bearer tokens to allow customers to authenticate to NERM API endpoints. These tokens can be generated by following the instructions here.

Example

To use your bearer token simply provide it in the header with the request like so: Authorization: Bearer <token>