Bulk disable monitors

Disables monitors for all businesses in the account. This operation is processed asynchronously. When monitor_types is omitted, all monitor types allowed for the account are disabled.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
monitor_typeslist of enumsOptional

Array of monitor types to disable. If omitted, all monitor types allowed for the account will be disabled. Valid values: bankruptcy, certification, registration, tin, watchlist_result, lien

notification_emailstringOptionalformat: "email"
Email address to notify when the bulk disable operation completes

Errors