Retrieve a fee schedule
Retrieve a fee schedule's details
GET
https://<Platform-host>/api/fee-schedules/:id
Path Parameters
Name
Type
Description
id*
string
Platform fee schedule ID
Field Name
Type
Description
Required
data.name
string
Fee schedule name
Required
data.description
string
Fee schedule description
Required
data.is_default
boolean
Indicate that fee schedule will be assigned to newly created onboarding application
Required
data.created_at
string
Timestamp when fee schedule was created
Required
data.updated_at
string
Timestamp when the fee schedule was updated
Required
curl --location --request GET 'http://<Platform-host>/api/fee-schedules/aba76907-2a1a-41cf-8501-5cd4ba1ff400' \
--header 'Authorization: Basic <YOUR_API_SECRET>'
Last updated