Authentication
To use the Hiboo REST API you must first have an existing account on Hiboo. Once you have an account, you can request for API access to our Hiboo team. After getting the API permission you are free to use the Hiboo REST API for your needs.
Our authentication system use x-access-token
for validating the request. You can get the token after the successful login.
Never share your secret keys. Keep them guarded and secure.