Retrieve security history
GET
/account-info/v3/activity/security https://api.hubapi.com
Retrieve logs of user actions related to security activity.
Parameters
query Query Parameters
| Name | Type |
|---|---|
after The cursor token value to get the next set of results. You can get this from the | string |
fromTimestamp The start time, for retrieving logs within a specific timeframe. | number |
limit The maximum number of results to display per page. Max value of limit is 200. | number |
toTimestamp The end time, for retrieving logs within a specific timeframe. | number |
userId The ID of a user, for retrieving user-specific logs. | number |
Responses
200 application/json
successful operation
interface CollectionResponseHydratedCriticalActionForwardPaging {
paging?:ForwardPaging ;
results:HydratedCriticalAction [];
}
paging?:
results:
}
default */*
An error occurred.
interface Error1 {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail1 [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}