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.

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

Request example

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