Skip to main content
GET
/
investors
/
{investor_id}
/
deposits
/
{deposit_id}
/
wire-details
Download wire details PDF
curl --request GET \
  --url https://api.bluumfinance.com/v1/investors/{investor_id}/deposits/{deposit_id}/wire-details \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using the API Key as username and API Secret as password.

Path Parameters

investor_id
string
required

The prefixed public id of the investor (e.g. inv_…).

deposit_id
string
required

The prefixed public id of the deposit (e.g. dep_…).

Response

Wire details PDF document

The response is of type file.