Get security activity for a HubSpot account

GET {{baseUrl}}/account-info/v3/activity/security?after=<string>&limit=<integer>&userId=<integer>&fromTimestamp=<long>&toTimestamp=<long>

Get security activity

Request Params

KeyDatatypeRequiredDescription
afterstringThe cursor token value to get the next set of results. You can get this from the paging.next.after JSON property of a paged response containing more results.
limitstringThe maximum number of results to display per page. Max value of limit is 200.
userIdstringIdentifier of user to retrieve activities for
fromTimestampstringLimit to activities created after this epoch timestamp.
toTimestampstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;userId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;actingUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;regionCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;infoUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;countryCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;ipAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;objectId&quot;:&quot;\u003cstring\u003e&quot;},{&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;userId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;actingUser&quot;:&quot;\u003cstring\u003e&quot;,&quot;regionCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;infoUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;countryCode&quot;:&quot;\u003cstring\u003e&quot;,&quot;ipAddress&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;objectId&quot;:&quot;\u003cstring\u003e&quot;}],&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;}}}