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.

To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.

Request exampleedit

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