codeAPI

REST API for data submission and retrieval

circle-info

This page is under construction.

Overview

ListenLayer's REST API allows programmatic access to send and retrieve data.

Authentication

API requests require authentication via API key or OAuth.

Endpoints

Data In

Endpoint
Method
Description

/collect

POST

Submit events

/identify

POST

Identify a person

Data Out

Endpoint
Method
Description

/events

GET

Query events

/persons

GET

Query identified persons

/reports

GET

Generate reports

Rate Limits

API requests are subject to rate limiting based on your plan.

Last updated

Was this helpful?