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
  • Test Request
  • Successful Response
  • Troubleshooting

Was this helpful?

Export as PDF

Testing

After configuring your API key, you can quickly verify access to the Data Streamhouse Public API by calling the /test endpoint.


Test Request

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

Replace <your-api-key> with your actual API key.


Successful Response

A successful authentication will return:

Hello from Data Streamhouse's Public API!

The HTTP status code will be:

200 OK

Troubleshooting

  • 401 Unauthorized:

    • The API key is missing, invalid, or incorrectly formatted.

  • 403 Forbidden:

    • The API key does not have permission for the requested resource.

Ensure that the API key is active, properly assigned, and included in the Authorization header.

PreviousAccess and AuthenticationNextCreate Topic

Last updated 1 month ago

Was this helpful?