mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
21 lines
654 B
Markdown
21 lines
654 B
Markdown
---
|
|
id: authentication
|
|
title: Authentication
|
|
pagination_label: Authentication
|
|
sidebar_label: Authentication
|
|
sidebar_position: 2
|
|
sidebar_class_name: authentication
|
|
keywords: ['authentication']
|
|
description: Authenticate to the NERM APIs.
|
|
slug: /api/nerm/authentication
|
|
tags: ['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](https://documentation.sailpoint.com/ne-admin/help/setup/api.html).
|
|
|
|
## Example
|
|
|
|
To use your bearer token simply provide it in the header with the request like so: `Authorization: Bearer <token>`
|