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
Code snippet
Updates live as you fill in the form above.
TypeScript
import intercom from '@utdk/intercom';
await intercom.listactivitylogs({
"Intercom-Version": "2.14"
})