POST
/
v1
/
charts
/
{id}
/
duplicate
v1 Duplicate Chart
curl --request POST \
  --url http://api.globalwebindex.com/v1/charts/{id}/duplicate \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string
required

chart id

Response

new chart id

The response is of type string.