Skip to main content
GET
Get Fee Profile of Partner

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the fee profiles will be filtered for the sub-partner

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Query Parameters

fee_profile_ids
string<uuid>[]

Ids of the fee profiles to get. Will be ignored if is_default is set to true.

is_default
boolean

parameter to get the default fee profile. If set to true, only the default fee profile will be returned.

Response

GET Fee Profiles Succeeded

PagedList

A list of items with cursors used to fetch the next or previous page

items
FeeProfile · object[]
required

The list of items

cursor
string<uuid>

The cursor used to fetch the next page

prev_cursor
string<uuid>

The cursor used to fetch the previous page