List Deployments
editList Deployments
editList Deployments.
Request
editGET /api/v1/deployments
Responses
edit-
200
-
The list of deployments that belong to the authenticated user.
-
401
-
You are not authorized to perform this action.
Request example
editcurl -XGET https://{{hostname}}/api/v1/deployments \ -H "Authorization: ApiKey $ECE_API_KEY"