Koala · Example Payload

Koala Account Batch Traits Example

Sent to POST https://api2.getkoala.com/web/projects/{publicApiKey}/accounts/batch

B2BIntent DataBuyer SignalsLead RoutingSales IntelligenceVisitor IdentificationProduct-Led GrowthAccount Scoring

Koala Account Batch Traits Example is an example object payload from Koala, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Send account-level traits for a company domain",
  "description": "Sent to POST https://api2.getkoala.com/web/projects/{publicApiKey}/accounts/batch",
  "value": {
    "domain": "getkoala.com",
    "identifies": [
      {
        "type": "identify",
        "traits": {
          "billing_plan": "pro",
          "vip": true,
          "headcount": 100
        }
      }
    ]
  }
}