Environments

Klyme Widget SDKAPI Base URL
Sandboxhttps://widget.klyme.io/test.jshttps://api-test.klyme.io/api/v1
Productionhttps://widget.klyme.io/prod.jshttps://api.klyme.io/api/v1

Authentication

All API endpoints are authenticated using Basic Auth.
"security": [
  {
    "basicAuth": []
  }
]