List Deploymentsedit

List Deployments.

Requestedit

GET /api/v1/deployments

Responsesedit

200

(DeploymentsListResponse)

The list of deployments that belong to the authenticated user.

401

(BasicFailedReply)

You are not authorized to perform this action.

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/deployments \
-H "Authorization: ApiKey $ECE_API_KEY"