API Portal FAQs
7 min
api portal faqs who can access the api portal? the api portal is available to all customers on the scale plan other plan tiers can request access through their account team what's the difference between docs litmus io/api docs and api litmus io? they're two complementary surfaces docs litmus io/api docs (this site) is the narrative documentation concepts, getting started, walkthroughs, error model, and per service reference summaries best when you want to understand what an api does and how it fits api litmus io https //api litmus io is the executable postman collection 1,944 endpoints across litmus edge, edge manager, and unify best when you want to run an endpoint, fork the collection into your own workspace, or generate request code in curl, python, or javascript api litmus io also exposes ai agent surfaces, an mcp manifest, a python sdk reference, and llms txt , none of which live here are deprecated apis listed here? the portal is an exhaustive list of apis that are actively managed by the litmus team apis not listed here are not supported and may be deprecated see deprecation policy # what can i customize about the portal? code samples use the language dropdown to switch between python, curl, go, node js, shell, http, and others postman use the export option to import the full collection into postman theme toggle between light and dark layout single column vs multi column i see a blank screen or data fetch error what do i do? refresh the page try an incognito / private window (rules out a stale cache or extension) if the issue persists, contact support\@litmus io with the exact url and a screenshot i'm getting ssl certificate errors what do i do? litmus edge ships with a self signed certificate until you install your own ca, clients reject the connection quick fixes tool flag curl k or insecure python requests verify=false postman settings > general > "ssl certificate verification" off example curl k "https //\<le ip>/devicehub/version" h "authorization bearer $token" do not use these workarounds in production instead, install a ca signed certificate via upload custom ca certificate # , or trust the edge's self signed cert on your client see ssl certificates # where do i get oauth credentials? product where litmus edge system > settings > users > api clients lem admin console > api tokens luns admin > users (use the configured keycloak user) what's the difference between le integration and luns integration? le integration ( /cc/v2 ) routes per tag data from a single edge out to 45 supported providers (cloud queues, tsdbs, rdbms) luns integration bridges the entire uns namespace to another mqtt like broker both can coexist le integration would typically be the path data takes to luns, then luns integration bridges further out how do i contact support? email support\@litmus io or open a ticket via the litmus support portal