Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Merchant secret key, or an authorized Platform secret key with delegation where documented.

Headers

Ionic-Account
string

Merchant ID when an authorized Platform acts for a connected Merchant.

Pattern: ^mer_[0-9A-Za-z]{14}$

Path Parameters

id
string
required

Ionic Terminal batch ID.

Pattern: ^tmb_[0-9A-Za-z]{24}$

Query Parameters

limit
integer
default:20

Page size. Defaults to 20 and cannot exceed 100.

Required range: 1 <= x <= 100
starting_after
string

Return objects after this resource ID.

Response

A page of batch items.

object
enum<string>
required
Available options:
list
has_more
boolean
required
data
object[]
required
next_cursor
string | null