diff --git a/macros/audit-trail/lb-endpoints.mdx b/macros/audit-trail/lb-endpoints.mdx
new file mode 100644
index 0000000000..77673b8e0e
--- /dev/null
+++ b/macros/audit-trail/lb-endpoints.mdx
@@ -0,0 +1,37 @@
+---
+macro: adt-lb-endpoints
+---
+
+
+ ## Load Balancers
+
+ ### Load Balancers supported endpoints
+
+ The following [Load Balancers](/load-balancer/) endpoints are supported and will be logged in Audit Trail:
+
+ - AddBackendServers (`POST /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
+ - CreateAcl (`POST /lb/v1/zones/{zone}/frontends/{frontend_id}/acls`)
+ - CreateBackend (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/backends`)
+ - CreateCertificate (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/certificates`)
+ - CreateFrontend (`POST /lb/v1/zones/{zone}/lbs/{lb_id}/frontends`)
+ - CreateIp (`POST /lb/v1/zones/{zone}/ips`)
+ - CreateRoute (`POST /lb/v1/zones/{zone}/routes`)
+ - DeleteAcl (`DELETE /lb/v1/zones/{zone}/acls/{acl_id}`)
+ - DeleteBackend (`DELETE /lb/v1/zones/{zone}/backends/{backend_id}`)
+ - DeleteCertificate (`DELETE /lb/v1/zones/{zone}/certificates/{certificate_id}`)
+ - DeleteFrontend (`DELETE /lb/v1/zones/{zone}/frontends/{frontend_id}`)
+ - DeleteLb (`DELETE /lb/v1/zones/{zone}/lbs/{lb_id}`)
+ - ReleaseIp (`DELETE /lb/v1/zones/{zone}/ips/{ip_id}`)
+ - RemoveBackendServers (`DELETE /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
+ - SetAcls (`PUT /lb/v1/zones/{zone}/frontends/{frontend_id}/acls`)
+ - SetBackendServers (`PUT /lb/v1/zones/{zone}/backends/{backend_id}/servers`)
+ - UpdateAcl (`PUT /lb/v1/zones/{zone}/acls/{acl_id}`)
+ - UpdateBackend (`PUT /lb/v1/zones/{zone}/backends/{backend_id}`)
+ - UpdateCertificate (`PUT /lb/v1/zones/{zone}/certificates/{certificate_id}`)
+ - UpdateFrontend (`PUT /lb/v1/zones/{zone}/frontends/{frontend_id}`)
+ - UpdateHealthCheck (`PUT /lb/v1/zones/{zone}/backends/{backend_id}/healthcheck`)
+ - UpdateIp (`PATCH /lb/v1/zones/{zone}/ips/{ip_id}`)
+ - UpdateLb (`PUT /lb/v1/zones/{zone}/lbs/{lb_id}`)
+ - UpdateRoute (`PUT /lb/v1/zones/{zone}/routes/{route_id}`)
+
+
\ No newline at end of file
diff --git a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
index 5f0ea594dc..63b94b0869 100644
--- a/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
+++ b/pages/audit-trail/reference-content/adt-supported-endpoints.mdx
@@ -11,6 +11,7 @@ import AdtElasticMetalEndpoints from '@macros/audit-trail/elastic-metal-endpoint
import AdtIamEndpoints from '@macros/audit-trail/iam-endpoints.mdx'
import AdtKeyManagerEndpoints from '@macros/audit-trail/key-manager-endpoints.mdx'
import AdtKubernetesEndpoints from '@macros/audit-trail/kubernetes-endpoints.mdx'
+import AdtLbEndpoints from '@macros/audit-trail/lb-endpoints.mdx'
import AdtSecretManagerEndpoints from '@macros/audit-trail/secret-manager-endpoints.mdx'
import AdtAppleSiliconEndpoints from '@macros/audit-trail/apple-silicon-endpoints.mdx'
@@ -25,11 +26,10 @@ This page provides information on the specific endpoints logged in [Audit Trail]
-
-
+
\ No newline at end of file
diff --git a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
index 9704d12ecb..c6cc9a02a5 100644
--- a/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
+++ b/pages/audit-trail/reference-content/resource-integration-with-adt.mdx
@@ -19,6 +19,7 @@ The following table provides details about the Scaleway products that are integr
| IAM | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#iam-supported-endpoints) to find out which IAM endpoints are supported.|
| Key Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#key-manager-supported-endpoints) to find out which Key Manager endpoints are supported.|
| Kubernetes | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#kubernetes-supported-endpoints) to find out which Kubernetes endpoints are supported.|
+| Load Balancers | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#load-balancers-supported-endpoints) to find out which Load Balancers endpoints are supported.|
| Secret Manager | **Integrated** | Refer to the [dedicated documentation](/audit-trail/reference-content/adt-supported-endpoints/#secret-manager-supported-endpoints) to find out which Secret Manager endpoints are supported.|
@@ -46,7 +47,6 @@ The following table provides details about the Scaleway products that will be in
| IoT Hub | **Not integrated yet** |
| IPAM | **Not integrated yet** |
| Labs | **Not integrated yet** |
-| Load Balancers | **Not integrated yet** |
| Managed Databases | **Not integrated yet** |
| Managed Inference | **Not integrated yet** |
| NATS | **Not integrated yet** |