Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Koala Account Ingestion API

Endpoints for sending events and traits tied to company accounts.

Koala Account Ingestion API is one of 4 APIs that Koala publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account Ingestion. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 1 operation across 1 path, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against a single base URL, https://api2.getkoala.com/web/projects/{publicApiKey}.

1 operations 1 paths 5 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api2.getkoala.com
Terms of Service
Resource Areas
1

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Account Ingestion 1

Endpoints for sending events and traits tied to company accounts.

POST
/accounts/batch
Send account-level batch events and traits
sendAccountBatch 1 param body → 200400401429

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TrackEvent (5 properties), AccountBatchRequest (4 properties), AccountIdentifyCall (3 properties), ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

BatchResponse
object
Successful batch acceptance response.
1 property
AccountBatchRequest
object
Payload for the account /accounts/batch endpoint. Must include at least one of accountid or domain. Optionally includes identifies and events associated with t…
4 properties
AccountIdentifyCall
object
An identify call carrying account-level traits.
3 properties 1 required
ErrorResponse
object
Error response body.
2 properties
TrackEvent
object
A custom track event in the Segment-compatible format.
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

koala-account-ingestion-api-openapi.yml Raw ↑

Other APIs Koala publishes across the network.

Koala JavaScript SDK & Pixel API
Koala Edge API
Koala Profile Ingestion API