OpenPanel

/track/device-id

Get or generate a stable device ID and session ID for the current visitor.

GET
/track/device-id

Get or generate a stable device ID and session ID for the current visitor.

Response Body

application/json

curl -X GET "https://loading/track/device-id"
{
  "deviceId": "string",
  "sessionId": "string",
  "message": "string"
}