Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
fork
Fork for edit (V2)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/v2/fork \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "deploymentInstanceId": "plugin_instance_abc123",
  "storeId": "store_abc123"
}
'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your API key as: Bearer your-api-key

Body

application/json
sourceInstanceId
string
required
storeId
string
required

Response

Successful response