Tech Notes
API Portal
5 min
the https //api litmus io/ is a one stop place for you to discover, learn about, and use our apis the api portal helps you to find the right information about available apis when you need it, all in one place for best results, work directly with your sales engineering and customer success teams when accessing our apis the following image shows the api portal see endpoints, authentication, request and response formats, parameters, and examples api portal faqs is the api portal available to all users? we are happy to announce that the api portal is available to all customers if you need any help with trying out our apis, please contact your belden horizon data operations support team what customizations on the api portal are available to me? you can customize the portal in several ways you can change the example requests under " language " available languages include python, curl, go, nodejs, shell, http, and many more download this api collection to your postman collection , change the environment variables appropriately, and use it right away to make requests to your bhdo switch between light and dark themes change the layout to show single column vs multiple columns i see a blank screen and “an error occurred while fetching data, please try again later” error message when i enter my otp what do i do? please refresh your page or try in incognito mode on your browser if the error persists, feel free to raise a support ticket i see a ssl certification issue what does that mean? if you see an error message similar to ssl certificate problem self signed certificate , try adding k to your curl command for example if the following command fails curl '\<your bhdo ip here>/devicehub/version' header 'authorization basic \<your authorization here>' try running it with additional k tag curl k '\<your bhdo ip here>/devicehub/version' header 'authorization basic \<your authorization here>'