Introduction You can configure IBM Cloud® Activity Tracker Event Routing to manage auditing events in your IBM Cloud account.https://cloud.ibm.com/docs/atracker?topic=atracker-getting-started IBM Cloud Activity Tracker Event Routing provides a REST API that you can use with the golang language to define, retrieve, and modify targets and routes. For details about using IBM Cloud Activity Tracker Event Routing, see the IBM Cloud Activity Tracker Event Routing documentationhttps://cloud.ibm.com/docs/atracker. Endpoint URL You can use private and public endpoints to manage IBM Cloud Activity Tracker Event Routing. The IBM Cloud Activity Tracker Event Routing API uses the following regional private endpoint URL. text https://private.Method Path Summary POST /api/v2/targets Create a target GET /api/v2/targets List targets GET /api/v2/targets/{id} Get details of a target PUT /api/v2/targets/{id} Update a target DELETE /api/v2/targets/{id} Delete a target POST /api/v2/targets/{id}/validate Validate a target POST /api/v2/routes Create a route GET /api/v2/routes List routes GET /api/v2/routes/{id} Get details of a route PUT /api/v2/routes/{id} Update a route DELETE /api/v2/routes/{id} Delete a route GET /api/v2/settings Get settings PUT /api/v2/settings Modify settings