Skip to main content
GET
/
fee-sponsors
/
{feeSponsorId}
/
fees
List Sponsored Fees
curl --request GET \
  --url https://api.dfns.io/fee-sponsors/{feeSponsorId}/fees \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "feeSponsorId": "fs-5vqdl-gliqk-b4rfukqauov1sp7j",
      "sponsoreeId": "<string>",
      "requestId": "<string>",
      "fee": "<string>",
      "dateRequested": "2023-04-14T20:41:28.715Z",
      "dateConfirmed": "2023-04-14T20:41:28.715Z"
    }
  ],
  "nextPageToken": "<string>"
}

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

FeeSponsors:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Path Parameters

feeSponsorId
string
required

Fee Sponsor to retrieve the fees from.

Maximum length: 64

Query Parameters

limit
string
paginationToken
string
Minimum length: 1

Response

200 - application/json

Success

items
object[]
required
nextPageToken
string
I