Skip to main content

NetValve API Authentication

This document describes the authentication methods available for interaction with the NetValve APIs.

NetValve supports two ways of authentication Basic Auth and via an API Key.

Basic Auth​

The client needs to send userName and password details in the Authorization header.

Basic Auth

API Key Authentication​

The client needs to send apiKey in the Authorization header and an extra header as netvalve-client-id parameter.

API Key

Client ID