Skip to main content
POST
Duplicate a monitor

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
monitor_id
string<uuid>
required

Unique identifier of the monitor to duplicate.

name
string

Name for the duplicated monitor. When omitted, the copy is named " " — a default duplicate suffix is appended to the original name.

Response

Successful response containing the duplicated monitor. The full monitor configuration is returned (signal_types, signal_filters, company_filters, companies, enrichment settings, destination, trigger limits), including the new signature generated for the copy.

data
object

The duplicated monitor. The full configuration (signal_types, signal_filters, company_filters, companies, enrichment settings, destination_config, trigger limits) is also returned.