GET /v2/apps/{app_id}/deployments/current — Current Deploy
Retrieve the webhook URL for the currently active deployment of your application, which you can use to trigger new deployments via Git providers.
Use this endpoint to retrieve information about the current deployment configuration for your application, including the auto-deploy webhook URL. You can register this webhook URL in your GitHub, GitLab, or any other Git provider’s repository settings to trigger automatic deployments whenever you push new code. This is the same URL you would configure in the Webhooks setup flow.
The fully qualified webhook URL for this application. Register this URL in your Git provider’s webhook settings to enable automatic deployments on push events.
Keep your webhook URL confidential — it acts as a shared secret between Virtus Cloud and your Git provider. Anyone with the URL can trigger a deployment.