curl --request GET \
--url https://api.hubapi.com/account-info/2026-03/activity/security \
--header 'Authorization: Bearer <token>'{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"type": "ACCEPTANCE_TEST",
"userId": 123,
"actingUser": "<string>",
"countryCode": "<string>",
"infoUrl": "<string>",
"ipAddress": "<string>",
"location": "<string>",
"objectId": "<string>",
"regionCode": "<string>"
}
],
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
}
}
}Recuperar registros de acciones de usuario relacionadas con actividad de seguridad.
curl --request GET \
--url https://api.hubapi.com/account-info/2026-03/activity/security \
--header 'Authorization: Bearer <token>'{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"type": "ACCEPTANCE_TEST",
"userId": 123,
"actingUser": "<string>",
"countryCode": "<string>",
"infoUrl": "<string>",
"ipAddress": "<string>",
"location": "<string>",
"objectId": "<string>",
"regionCode": "<string>"
}
],
"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.
Limitar a las actividades creadas después de esta marca de tiempo de época.
El número máximo de resultados que se mostrarán por página.
Limítate a las actividades creadas antes de esta marca de tiempo de Epoch.
Identificador del usuario cuyas actividades se recuperarán