# Create Data Monitor Create a new Bank Account Storage Data monitor. Data monitor is a concept for asynchronous processing of data. Data monitors should be unique by a pair: + . Endpoint: POST /bankaccountstorages/{storageId}/datamonitors Version: 2 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the BankAccountStorage. Example: "72d6900fce6b326088f5d9d91049e3e6" ## Request fields (application/json): - `name` (string, required) Data Monitor name. Example: "Trust Score Data Monitor Name" - `type` (string, required) Unique identifier of a Bank Account Storage Data Monitor type. Enum: "TRUST_SCORE" - `enabled` (boolean, required) The toggle used to enable or disable the Data Monitor. Example: true ## Response 200 fields (application/json): - `id` (string) Unique identifier of Data Monitor. Example: "ff864c7bfe38397b8c160bc624f97574" - `name` (string) Data Monitor name. Example: "Trust Score Data Monitor Name" - `type` (string) Unique identifier of a Bank Account Storage Data Monitor type. Enum: "TRUST_SCORE" - `enabled` (boolean) The toggle used to enable or disable the Data Monitor. Example: true - `createdAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `modifiedAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z" - `disabledAt` (string) Date in ISO-8601 format when data monitor was disabled. Example: "2025-08-29T09:46:42Z"