Skip to main content
GET
List people in one intent audience who visited the site

Authorizations

Authorization
string
header
required

Dashboard access token. Send as Authorization: Bearer .

Path Parameters

id
string<uuid>
required

Audience identifier within the authenticated organization.

Example:

"11111111-1111-4111-8111-111111111111"

Query Parameters

limit
integer
default:100

Maximum overlapping visitors to return; defaults to 100 and allows up to 500.

Required range: 1 <= x <= 500
Example:

100

offset
integer | null
default:0

Zero-based number of overlapping visitors to skip.

Required range: x >= 0
Example:

0

Response

Overlap between one latest intent audience run and recent website visitors

data
object
required
meta
object
required