Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
CDPCloud Portal
Sitecore CDP Developer Documentation
  • Developing with Sitecore CDP
        • Authentication
        • Base URL
        • Retrieve the browser ID
        • Sending orders
        • Cart abandonment
        • Send additional event data
        • Troubleshooting
  1. Stream API
  1. Stream API
  2. Direct HTTP requests reference

Retrieve the browser ID

GET /v1.2/browser/create.json?client_key=client_key

Retrieves the browser ID from Sitecore CDP using the Browser API (Stream API type). In the response, the ref key contains the browser ID.

You must include the browser ID in every follow-up request that you make to Sitecore CDP.

sidebar. Parameters

Parameter

Type

Description

Example

client_key

string

Your client key.

ZpHxO9WvLOfQRVPlvo0BqB8YjGYuFfNe

curl -X GET -g '<baseURL>/v1.2/browser/create.json?client_key=<client_key>'
{
    "status": "OK",
    "version": "1.2",
    "client_key": "ZpHxO9WvLOfQRVPlvo0BqB8YjGYuFfNe",
    "ref": "a38b230c-11eb-4cf9-8d5d-274e9f344925​",
    "customer_ref": "f7aabbca-1c1b-4fc2-be72-3e16294a4f03"
}
If you have suggestions for improving this article, let us know!

Documentation Assistant

This assistant uses AI to generate responses based on Sitecore documentation. While it has access to official sources, answers may be incomplete or inaccurate and should not be considered official advice or support.
Powered by
k
kapa.ai
Protected by reCAPTCHA

© Copyright 2026, Sitecore A/S or a Sitecore affiliated company.
All rights reserved.

Privacy policySitecore Trust CenterTerms of use