Get the post delivery audit logging configuration
GET/api/v4/delivery_tracking/config
Returns the post delivery audit logging configuration: whether the feature is enabled, whether it applies to all channels, and the ids of the channels deliveries are recorded in.
Requires an Enterprise Advanced license and the PostDeliveryTracking feature flag. Only system admins can
access this endpoint.
Responses
- 200
- 403
- 404
- 500
- 501
Configuration retrieved successfully
User does not have permission to manage system configuration.
The endpoint is not registered because the PostDeliveryTracking feature flag was disabled at server start. Enabling the flag requires a server restart.
Internal server error.
An Enterprise Advanced license is not available, or the PostDeliveryTracking feature flag was disabled after the server started.