curl --request GET \
--url https://api.hubapi.com/account-info/2026-03/activity/login \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"loginAt": "2023-11-07T05:31:56Z",
"loginSucceeded": true,
"countryCode": "<string>",
"email": "<string>",
"ipAddress": "<string>",
"location": "<string>",
"regionCode": "<string>",
"userAgent": "<string>",
"userId": 123
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Recuperar registros de acciones de usuario relacionadas con actividad de inicio de sesión.
curl --request GET \
--url https://api.hubapi.com/account-info/2026-03/activity/login \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"loginAt": "2023-11-07T05:31:56Z",
"loginSucceeded": true,
"countryCode": "<string>",
"email": "<string>",
"ipAddress": "<string>",
"location": "<string>",
"regionCode": "<string>",
"userAgent": "<string>",
"userId": 123
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
El token del cursor de paginación del último recurso leído con éxito se devolverá como la propiedad JSON paging.next.after de una respuesta paginada que contenga más resultados.
El número máximo de resultados que se mostrarán por página.
Identificador del usuario cuyas actividades se recuperarán