Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Netvalve API Authentication

Netvalve supports two ways of authentication Basic Auth and API Key

  • Basic Auth: The client needs to send userName and password details in the Authorization header

  • API Key: The client needs to send apiKey in the Authorization header and extra header as netvalve-client-id

  • No labels