Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...