Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
v2
/
deploy-from-url
Deploy plugin from URL (V2)
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/v2/deploy-from-url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://example.com/plugin.zip",
  "pluginId": "checkout-plugin",
  "version": "1.0.0",
  "name": "Checkout Plugin",
  "description": "A checkout plugin",
  "storeId": "store_abc123",
  "mode": "direct-mode"
}'
"<any>"

Authorizations

Authorization
string
header
required

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

Body

application/json
url
string<uri>
required
pluginId
string
required
version
string
required
name
string
required
storeId
string
required
description
string
mode
enum<string>
default:iframe-bridge
Available options:
iframe-bridge,
direct-mode
config
object
pages
any[]
landingImgUrl
string<uri>
public
boolean
default:false

Response

Successful response

The response is of type any.