Skip to main content
GET
Get a contact's product activity

Authorizations

Authorization
string
header
required

Personal Access Token or OAuth 2.1 access token, sent as a bearer credential (Authorization: Bearer inf_pat_...). Read operations require a token with the READ scope; write operations (POST/PATCH/DELETE) require WRITE.

Path Parameters

id
string
required

Contact id.

Query Parameters

pageNumber
integer
default:1

1-based page number.

Required range: 1 <= x <= 2147483647
pageSize
integer
default:20

Items per page.

Required range: 1 <= x <= 200
startTime
string<date-time>

ISO-8601 lower bound (inclusive) for the activity window.

endTime
string<date-time>

ISO-8601 upper bound (inclusive) for the activity window.

Response

Paged product-activity records.

data
object[]
pagination
object

Present only on paged list responses.

meta
object

Envelope metadata present on every response.