Organization

Retrieve the data for your Organization

GET https://api.rep.ai/public/api/v1/org

{
  "allowRecording":true,
  "autoRecording":false,
  "clientKey":"7a87199a22634140a0d8a8aa4359081c",
  "enableDevDomains":false,
  "enableRecaptcha":false,
  "hippaMode":"None",
  "id":1527322543,
  "isWorkingHours":true,
  "name":"Service Bell",
  "status":"ACTIVE",
  "timezone":"US/Central"
}

Retrieve the listing of Users in your Organization

GET https://api.rep.ai/public/api/v1/org/team

Scrub the Visitor records for users matching the given IDs & emails

POST https://api.rep.ai/public/api/v1/org/<ID>/visitorscrub

Request Body

Name
Type
Description

identities*

List<str>

List of customId and email strings.

Last updated

Was this helpful?