Plugins API - GET plugin ZIP file

Downloads the ZIP file of the specified plugin.

The request produces an application/octet-stream payload.

GET
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/plugins/{id}/binary
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/plugins/{id}/binary

Parameters

Parameter Type Description In Required
id string

The ID of the plugin you want to download.

path required

Response format

A successful request downloads the ZIP file of the requested plugin.