Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
mount
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/plugins/v2/mount \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "deploymentId": "plugin_deployment_abc123", "storeId": "store_abc123", "hostname": "cdn.example.com", "basePath": "/", "matcher": ".*" } '
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
deploymentId
string
required
storeId
string
required
deploymentInstanceId
string
hostname
string
alias
string
customDomain
string
basePath
string
default:/
matcher
string
excluder
string
priority
number
config
object
force
boolean
default:false
isPreview
boolean
splitConfig
object

Response

Successful response