Comprehensive API actions

Getting deployment elements

Endpoint to download deployment element files from the platform.

Usage examples

Download a deployment element file (replace {file_path} with the path of the deployment element you want to retrieve):

curl 'https://api.opengate.es/bundles/deploymentElement/{file_path}' \
  -H 'X-ApiKey: <your-api-key>'

A valid request returns HTTP 200 with the file content.

API specification