Retrieve login activity
GET
/account-info/v3/activity/login https://api.hubapi.com
Retrieve logs of user actions related to login 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 |
limit The maximum number of results to display per page. Max value of limit is 200. | number |
userId The ID of a user, for retrieving user-specific logs. | number |
Responses
200 application/json
successful operation
interface CollectionResponsePublicLoginAuditForwardPaging {
paging?:ForwardPaging ;
results:PublicLoginAudit [];
}
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;
}