GET
/
polling
/
transactions

Authorizations

Authorization
string
headerrequired

A Stedi API Key for authentication.

Query Parameters

pageSize
number

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

Required range: x > 1
pageToken
string

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

Required string length: 1 - 1024
startDateTime
string

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. Stedi returns transactions processed after this time.

Response

200 - application/json
items
object[]
required
nextPageToken
string

The token used for pagination

Required string length: 1 - 1024