Batch list
Gets a list of available batches.
Batch is available 24 hours from posting.
URI
GET: /v1/batch/list
Success response
Successful get request will return 200 (OK) and JSON.
Response JSON
List of batches.
CODE
[
{
id: <id>,
postDateTime: <datetime>
}
]