Saved Metrics
Duplicate Saved Metric
Clone a saved metric.
POST
Duplicate Saved Metric
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Clone a saved metric.
curl --request POST \
--url https://api.oviond.com/v1/saved-metrics/{id}/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Weekly Sessions (Copy)",
"description": "<string>"
}
'{
"success": true,
"data": {
"id": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request POST \
--url https://api.oviond.com/v1/saved-metrics/{id}/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Weekly Sessions (Copy)",
"description": "<string>"
}
'{
"success": true,
"data": {
"id": "<string>"
}
}