Skip to main content
GET
List fees

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Query Parameters

limit
integer
default:20

Maximum number of items to return (1-100, default: 20)

Required range: x <= 100
Examples:

20

50

100

cursor
string

Opaque cursor for pagination. Pass nextCursor from previous response to get next page.

type
enum<string>[]

Filter by fee type (comma-separated).

Available options:
FX_MARKUP,
ATM_DOMESTIC_VARIABLE,
ATM_DOMESTIC_FIXED,
ATM_CROSS_BORDER_VARIABLE,
ATM_CROSS_BORDER_FIXED
scopeType
enum<string>[]

Filter by scope type (comma-separated).

Available options:
PROJECT,
ACCOUNT
scopeId
string<uuid>

Filter by the exact entity the fee attaches to.

Response

200 - application/json

Response for status 200

items
object[]
required
nextCursor
string | null
required

Cursor for next page, or null if no more items