Skip to main content
POST
/
api
/
v1
/
whitelabel
/
embed
/
authenticate
Error
A valid request URL is required to generate request examples
{
  "authenticated": true,
  "organization_id": "<string>",
  "organization_slug": "<string>",
  "organization_name": "<string>",
  "primary_color": "<string>",
  "support_email": "<string>",
  "allowed_origins": [
    "<unknown>"
  ]
}

Body

application/json
token
string
required

Response

OK

authenticated
boolean
required
organization_id
string
required
organization_slug
string
required
organization_name
string
required
primary_color
string
required
support_email
string
required
allowed_origins
any[]
required