Containers
List containers
Returns a list of container. The containers are returned sorted by creation date, with the most recently refreshed containers appearing first.
This API will return all containers associated with the account.
get/containers
Query parameters
page[number]integer
page[size]integer
includestring
Comma delimited list of relations to include
Response
OK
Example response
{
"data": [
{
"attributes": {
"fees_at_pod_terminal": [
{
"currency_code": "USD"
}
]
}
}
]
}