priv/docs/containers.md
# Containers
## List containers.
**GET** `/accounts/{account_id}/containers`
Lists all the container applications that are associated with your account.
### Responses
#### 200
> Data is at `body["result"]`
```json
```
#### 401
```json
```
#### 500
```json
```