1. NetApp BlueXP Documentation, "Get started with the BlueXP API": This document outlines the authentication process. It states, "You'll need to include this access token in the header of subsequent API calls." It then provides a cURL example showing the exact format: -H "Authorization: Bearer ". This directly supports the use of a bearer token.
Reference Location: NetApp BlueXP Documentation > Automate with APIs > Get started with the BlueXP API > Section: "Authenticate to the API".
2. NetApp BlueXP Documentation, "Log in to the API": This page details the two-step authentication. Step 1 is getting the refresh token. Step 2 is getting the access token. It explicitly shows that the access token is then used in the Authorization: Bearer header for API calls.
Reference Location: NetApp BlueXP Documentation > Automate with APIs > Log in to the API > Section: "Step 2: Get an access token".