Skip to main content
GET
GET Company Activity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

startDate
string<date>

Timestamp to list activity after (inclusive). This should be less than 90 days from now. Defaults to 90 days.

endDate
string<date>

Timestamp to list activity before (inclusive).

next
string

Specifies the pagination cursor to the next page

limit
string

Specifies the number of results to page (maximum: 1000) (default: 1000)

Response

200 - application/json

OK

data
object | null
error
string | null