v2

latestOpenAPI 3.0.12026-07-1341120.7 KB
Activity

Get security activity for a HubSpot account

Get security activity

get/account-info/v3/activity/security

Query parameters

afterstring

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.

limitinteger

The maximum number of results to display per page. Max value of limit is 200.

userIdinteger

Identifier of user to retrieve activities for

fromTimestampinteger

Limit to activities created after this epoch timestamp.

Response

successful operation

Example response

{
  "results": [
    {
      "id": "5432653",
      "createdAt": "2022-04-01T19:36:24.303Z",
      "userId": 876,
      "type": "ADD_USER",
      "actingUser": "person3@testdomain.com",
      "objectId": "7654",
      "infoUrl": "app.hubspot.com/settings/123/users",
      "ipAddress": "45.56.67.89",
      "countryCode": "ie",
      "regionCode": "d"
    }
  ]
}