List audit logs
GET/api/v1/notifications/audit-logs
List audit logs with pagination and optional type filter.
Parameters
skipCount(integer, optional, default: 0): Number of records to skipmaxResultCount(integer, optional, default: 20, max: 1000): Maximum records to returntype(string, optional): Event type filter. Format:{targetType}.{action}, e.g.template.create,channel.update
Type Values:
- Channel:
channel.create,channel.update,channel.delete,channel.enable,channel.disable - Template:
template.create,template.update,template.delete - Message:
message.send,message.test
Responses
200 OK: Audit logs retrieved successfully.400 Bad Request: Invalid parameters.
Request
Responses
- 200
- 400
Audit logs retrieved successfully
Bad Request