mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 12:27:47 +00:00
654 B
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 |
|
Authenticate to the NERM APIs. | /api/nerm/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>