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
Key | Datatype | Required | Description |
---|---|---|---|
after | string | The 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. | |
limit | string | The maximum number of results to display per page. Max value of limit is 200. | |
userId | string | Identifier of user to retrieve activities for | |
fromTimestamp | string | Limit to activities created after this epoch timestamp. | |
toTimestamp | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","type":"\u003cstring\u003e","userId":"\u003cinteger\u003e","actingUser":"\u003cstring\u003e","regionCode":"\u003cstring\u003e","infoUrl":"\u003cstring\u003e","countryCode":"\u003cstring\u003e","ipAddress":"\u003cstring\u003e","location":"\u003cstring\u003e","objectId":"\u003cstring\u003e"},{"createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","type":"\u003cstring\u003e","userId":"\u003cinteger\u003e","actingUser":"\u003cstring\u003e","regionCode":"\u003cstring\u003e","infoUrl":"\u003cstring\u003e","countryCode":"\u003cstring\u003e","ipAddress":"\u003cstring\u003e","location":"\u003cstring\u003e","objectId":"\u003cstring\u003e"}],"paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}