A newer version is available. For the latest information, see the
current release documentation.
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 {{hostname}}/api/v1/deployments \ -H "Authorization: ApiKey $ECE_API_KEY"