Skip to main content

Amplify Integration Builder documentation Swagger files from Cloud Elements

this article will explain how to obtain the Integration Builder documentation JSON Swagger files from Cloud Elements

W
Written by Webmaster
Updated over 3 years ago

Integration Builder through Cloud Elements API documentation can be found here https://docs.axway.com/bundle/Amplify_Integration_Builder_allOS_en/page/amplify_integration_builder.html

To obtain the JSON Swagger file format for the documentation follow this general pattern: {{env}}/elements/api-v2/docs/{{platformFeature}} ​and retrieve the swagger for specific features as per the video https://share.getcloudapp.com/z8uO4Oew or you can hit the /all_platform endpoint and return all the documentation https://share.getcloudapp.com/yAurZrdG
​
The following URL's can be used:
-for the Staging environment->
​https://staging.cloud-elements.com/elements/api-v2/docs
-for the US Production environment->
​https://api.cloud-elements.com/elements/api-v2/docs
- for the EU Production environment ->

e.g.

$ wget https://api.cloud-elements.co.uk/elements/api-v2/docs/all_platform -O ce-api-v2-docs-all.json 

Did this answer your question?