Authentication
To make direct HTTP requests to the Stream API, you must include your Sitecore CDP client key as a query string parameter in the URI of the request.
Example 29. Sending a client key with a request when retrieving the browser ID
RequestResponse
curl -X GET -g '<baseURL>/v1.2/browser/create.json?client_key=<client_key>'