Deployments

Get current Git deploy configuration

Returns the GitHub App repository linkage and the deploy webhook URL configured for the application. The response is cached for 5 minutes per (owner, application).

Requires the workspace Manager or Administrator role (or ownership) when called against a workspace-shared application.

get/v2/apps/{appId}/deployments/current

Path parameters

appIdstring required

Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.

Response

Current Git deploy configuration. Either app (GitHub App), webhook, or both may be present.

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.