# /alerts/config - Get the caller's alerting layer **GET /alerts/config** Returns the CALLER's own alerting configuration layer. No inherited ancestor layers, no merged effective view: every organization sees only its own configuration. The server-side merge that backs the Mimir YAML stays inside the backend. When the caller has never saved a layer the response body contains an empty layer (toggles all null, recipient lists empty) and the two audit fields set to null. The UI uses that state to render a first-save form. Requires `read:alerts` permission. ## Servers - Backend API server: https://my.nethesis.it/backend/api (Backend API server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Caller's layer #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)