Testing
After configuring your API key, you can quickly verify access to the Data Streamhouse Public API by calling the /test
endpoint.
Test Request
Replace <your-api-key>
with your actual API key.
Successful Response
A successful authentication will return:
The HTTP status code will be:
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.
Last updated
Was this helpful?