LogoLogo
Kadeck DocumentationSubmit Ticket
  • Platform overview
  • Deployment
  • API Reference
  • Platform updates
  • Overview
  • Access and Authentication
  • Testing
  • Topics
    • Create Topic
  • Delete Topic
  • Catalog Metadata
    • Update Metadata
  • License
    • Overview
    • Get Challenge
    • Activate License

Legal

  • Legal Notice
  • Privacy Policy

© 2025 Xeotek Inc. and its affiliates

On this page
  • Request
  • Example Request
  • Response
  • Example Successful Response

Was this helpful?

Export as PDF
  1. License

Get Challenge

GET /public/v1/license/challenge

Retrieves the Challenge Code for the current Data Streamhouse Portal setup.


Request

Authorization is required via an API key.

Example Request

curl --location --request GET 'https://your-instance.com/public/v1/license/challenge' \
--header 'Authorization: Bearer <your-api-key>'

Response

Example Successful Response

{
  "challenge": "<challenge-code>"
}

HTTP Status Code: 200 OK

PreviousOverviewNextActivate License

Last updated 1 month ago

Was this helpful?