List Fee Tier
curl --request GET \
--url https://api.example.com/{version}/fees/tiers \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]fees
List Fee Tier
GET
/
{version}
/
fees
/
tiers
List Fee Tier
curl --request GET \
--url https://api.example.com/{version}/fees/tiers \
--header 'Authorization: Bearer <token>'[
{
"id": 123,
"name": "<string>",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Last modified on June 23, 2026
Was this page helpful?
⌘I
