Skip to main content
POST
/
api
/
public
/
v1
/
plugins
/
deployments
List plugin deployments
curl --request POST \
  --url https://app.tagadapay.com/api/public/v1/plugins/deployments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "storeId": "store_abc123"
}'
{
  "deployments": [
    {
      "id": "dep_123",
      "pluginId": "jointboost-variant-a",
      "version": "1.0.2",
      "url": "https://jointboost-variant-a-abc123.cdn.tagadapay.dev/",
      "active": true,
      "mode": "direct-mode",
      "size": 264697,
      "deployedAt": "2024-03-20T10:30:00Z",
      "plugin": {
        "id": "jointboost-variant-a",
        "name": "JointBoost Variant A",
        "description": "Green theme variant for A/B testing"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/json
storeId
string
required

Response

Successful response

The response is of type any.