Skip to main content
POST
/
v1
/
goals
/
{id}
/
duplicate
Duplicate Goal
curl --request POST \
  --url https://api.oviond.com/v1/goals/{id}/duplicate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "new_name": "Q4 Revenue Target (Copy)"
}
'
{
  "success": true,
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
new_name
string
Example:

"Q4 Revenue Target (Copy)"

Response

Duplicate goal created

success
enum<boolean>
required
Available options:
true
data
object
required