List Deployments

edit

List Deployments.

Request

edit

GET /api/v1/deployments

Responses

edit
200

(DeploymentsListResponse)

The list of deployments that belong to the authenticated user.

401

(BasicFailedReply)

You are not authorized to perform this action.

Request example

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