Get Visitor Workspace
GET /visitors/streams
GET
/visitors/streams
The tracking workspace: its streams and their public write keys.
The write keys are what the browser snippet sends with, so this is the endpoint a rebuilt install flow reads to render the snippet.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
The tracking workspace’s streams.
object
streams
Array<object>
One tracking stream and the public keys the snippet sends with.
object
publicKeys
Public write keys. Named in the app’s camelCase rather than re-cased here - the snippet reads this value verbatim, and renaming it would be a silent breakage in a copy-paste flow.
Array<string>
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string