Base URLs

To start exploring the Data Extraction (DEx) API, download the Postman collection under helpful links. Once you've imported the collection into Postman, configure the variables and headers below to start authentication.

For customers with standard Kallidus tenant URLs (eg. https://product.kallidus-suite.com/learn)

  • Collection variables
    • tenant = your tenant subdomain (eg. product)
    • baseURL = https://{tenant}.kallidus-suite.com
  • Request header for /reporting endpoints
    • X-Kallidus-tenant = {tenant}.kallidus-suite.com

For customers with custom Kallidus tenant URLs (eg. acme.com/learn)

  • Collection variables
    • tenant = your entire custom tenant URL (eg. www.acme.com)
    • baseURL = https://{tenant}
  • Request header for /reporting endpoints
    • X-Kallidus-tenant = {tenant}
ℹ️

The DEx API is currently in beta release