https://api.engagor.com/{account_id}/settings/history

Description

Returns the audit log with settings changes to the account.

Required Access Token Scope

accounts_read

Parameters

Param Description Required Default Value
date_from ISO 8601 formatted date, defaults to 28 days ago. No
date_to ISO 8601 formatted date, defaults to now. No
types Comma separated list of types of changes. See response documentation for possible values. If empty: changes for all types. No
topic_ids Comma separated list of topic ids to search in. If empty: changes for all topics. No
user_id Id of the user who did the changes. If empty: changes for all users. No
page_token Paging parameter. No
limit Amount of history items to return. (Allowed: 1 to 200.) No
(int) 20

Result

paged_list of history_item items.