Authentication
You'll need to authenticate your requests to access any of the endpoints in the Ntherm API. In this guide, we'll look at how authentication works. Ntherm offers basic authentication to authenticate your API requests.
Basic authentication
With basic authentication, you use your username and password to authenticate your HTTP requests. Here's how to authenticate using different methods:
Example request with basic auth
curl https://api.ntherm.com/v1/prePing \
-u username:password