Export App
The API provides an endpoint to initiate the export process. Upon success, the API returns a URL for a downloadable file containing the app configurations. The export includes the app, agent, and tool configurations associated with the specified app version.Additional Request Headers
Sample Request
Sample Response
Find the export file URL in the response.Import App
The API provides an endpoint to import the application configuration.The API lets you only import the app configuration into an existing application. To do this, first create a new app and generate an API key for it with the Import/Export scope enabled. Then, you can import using this API.