provider Admins GET /admins/activity_logs
@utdk/intercom /admins/activity_logs
List all activity logs
You can get a log of activities by all admins in an app.
Intercom-Version header
enum: 1.0, 1.1, 1.2, 1.3…
created_at_after query required
The start date that you request data for. It must be formatted as a UNIX timestamp.
string
created_at_before query
The end date that you request data for. It must be formatted as a UNIX timestamp.
string

Try it

Authentication
Configure credentials for Intercom API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

listactivitylogs
GET/admins/activity_logs
You can get a log of activities by all admins in an app.

required

The start date that you request data for. It must be formatted as a UNIX timestamp.

The end date that you request data for. It must be formatted as a UNIX timestamp.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import intercom from '@utdk/intercom';

await intercom.listactivitylogs({
  "Intercom-Version": "2.14"
})