Deployments
List deployments
List deployments. Optionally filter by application name.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter results by application name.
Response
200
application/json
List of deployments.
The response is of type object[]
.
JavaScript