Authentication
Our API utilizes the Basic HTTP Authentication header to grant access. You should send your email address as the username and your API token as the password.
The server expects the Authentication header to be included in all requests. The capabilities of the API are limited by the permissions of the authenticated user.
Example cURL
curl https://api.nicereply.com/responses \
-u "email:token"