ZoomInfo · Schema

AuthenticateRequest

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
username string
password string
View JSON Schema on GitHub

JSON Schema

zoominfo-authenticate-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "username": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "password": {
      "type": "string",
      "example": "password"
    }
  },
  "required": [
    "username",
    "password"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AuthenticateRequest"
}