Nimbu Developer Docs
ReferenceEvents

Ingest analytics events

GET
/events

Count.ly compatible endpoint that ingests a batch of analytics events and metrics for the current site.

Authorization

AuthorizationBearer <token>

Personal access token tied to a user account. Requires the X-Nimbu-Site header to scope requests.

In: header

X-Nimbu-Site<token>

Identifier of the site context when authenticating with a personal access token.

In: header

Query Parameters

metrics?string

JSON metrics payload

events?string

JSON array of events

device_id*string

Device identifier

Header Parameters

X-Nimbu-Site*string

Site identifier

Response Body

application/json

curl -X GET "https://example.com/events?device_id=string" \  -H "X-Nimbu-Site: string"
{
  "result": "string"
}
Empty