Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
instantiate
Instantiate plugin (V2)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/v2/instantiate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "deploymentId": "plugin_deployment_abc123",
  "storeId": "store_abc123",
  "name": "Production Instance",
  "config": {
    "primaryColor": "#ff0000",
    "apiKey": "test-key"
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json
deploymentId
string
required
storeId
string
required
config
object
required
isPreview
boolean
default:false

Response

Successful response

The response is of type any.