Skip to main content
GET
List Transaction Limit Policies

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

limit
integer<int32>
default:50

(OPTIONAL) The maximum number of transaction limit policies to return in a single page. The maximum value that can be specified is 100. Defaults to 50 if unspecified.

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

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results

Response

Success

policies
TransactionLimitPolicy · object[]

List of transaction limit policies

cursor
string

Pagination cursor to be used in subsequent queries to retrieve next page of results. If this field is omitted, there are no subsequent pages.