OAuth 2.0 authentication is currently the only way of authenticating to the LiveHelpNow API.
We use OAuth 2.0 because it is the most secure way of making API calls and allowing you to access information about your account.
Calling API methods is very simple and only requires you to pass a Authorization: Bearer
To obtain the access_token to use in the HTTP header, please follow the directions below.
Currently the LiveHelpNow API is in a private BETA. If you would like access to the BETA, please contact us and request access.
You will need to make a request to https://developer.livehelpnow.net/oauth/token with the following URL params:
After a successful request for an OAuth token, you will receive a payload with the following keys:
That is it! Now you can easily use our API by passing your access token in the HTTP header and following our API documention.