Skip to main content
Users
CloudPortalLogin
  • Powered byPowered by
Developing with Sitecore Personalize
Data privacy
Before you start sending data
Integrating with Sitecore Personalize
Stream API
Personalize API Flow execution
REST APIs
  • Sitecore Personalize for developers
  • Stream API
  • Direct HTTP requests reference
  • Retrieve the browser ID

Retrieve the browser ID

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

Retrieves the browser ID from Sitecore Personalize 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 Personalize.

sidebar. Parameters

Parameter

Type

Description

Example

client_key

string

Your client key.

ZpHxO9WvLOfQRVPlvo0BqB8YjGYuFfNe

RequestResponse
curl -X GET -g '<baseURL>/v1.2/browser/create.json?client_key=<client_key>'
RequestResponse
{
    "status": "OK",
    "version": "1.2",
    "client_key": "ZpHxO9WvLOfQRVPlvo0BqB8YjGYuFfNe",
    "ref": "a38b230c-11eb-4cf9-8d5d-274e9f344925​",
    "customer_ref": "f7aabbca-1c1b-4fc2-be72-3e16294a4f03"
}

Do you have some feedback for us?

If you have suggestions for improving this article,

Privacy policySitecore Trust CenterCopyright © 1999-2025 Sitecore