Skip to main content
GET
Subscription audit logs

Authorizations

api_access_token
string
header
required

Path Parameters

account_id
integer
required

The numeric ID of the account

subscription_id
integer
required

The numeric ID of the subscription

Response

Success

id
integer

Unique identifier for the audit log entry

auditable_id
integer

The ID of the audited object

auditable_type
string

The type of the audited object (e.g., Conversation, Contact, User)

auditable
object

The audited object data

associated_id
integer

The ID of the associated object (typically the account ID)

associated_type
string

The type of the associated object

user_id
integer

The ID of the user who performed the action

user_type
string

The type of user who performed the action

username
string

The email/username of the user who performed the action

action
enum<string>

The action performed on the object

Available options:
create,
update,
destroy
audited_changes
object

JSON object containing the changes made to the audited object

version
integer

Version number of the audit log entry

comment
string | null

Optional comment associated with the audit log entry

request_uuid
string

UUID to identify the request that generated this audit log

created_at
integer

Unix timestamp when the audit log entry was created

remote_address
string | null

IP address from which the action was performed