Skip to main content
GET
/
v1
/
assets
/
{isin}
/
custom-offerings
/
{custom_offering_id}
/
documents
List Custom Offering Documents
curl --request GET \
  --url https://sandbox.api.rime.finance/v1/assets/{isin}/custom-offerings/{custom_offering_id}/documents \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "doc-990e8400-e29b-41d4-a716-446655440006",
      "url": "https://docs.rime.finance/custom-offerings/JPMORGAN-INST-001/fee-agreement.pdf?expires=1640995200&signature=xyz789",
      "type": "CUSTOM_OFFERING"
    },
    {
      "id": "doc-001e8400-e29b-41d4-a716-446655440007",
      "url": "https://docs.rime.finance/custom-offerings/JPMORGAN-INST-001/amended-terms.pdf?expires=1640995200&signature=mno456",
      "type": "CUSTOM_OFFERING"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer access token. Provide as a Authorization: Bearer <token> header.

Path Parameters

isin
string
required

ISIN code of the investable share class.

custom_offering_id
string<uuid>
required

UUID of the custom offering.

Response

Custom offering documents retrieved successfully

data
DocumentSchema · object[]
required