Skip to content

isr-investment-service

ISR - Investment Service

Endpoints (42)

Method Path Summary Tags
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests Get investment requests per round Investment Requests
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests Create investment request Investment Requests
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests/{investmentRequestId} Get investment request by id Investment Requests
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests/{investmentRequestId} Update investment request Investment Requests
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests/set-bonus Set bonus to investment request Investment Requests
DELETE /api/v1/issuers/{issuerId}/investors/{investorId} delete all investment requests by investor Investment Requests
GET /api/v1/issuers/{issuerId}/investors/{investorId}/investment-requests Get investment requests for tokens and wallets Investment Requests
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investment-requests Get investment requests for issuance Investment Requests
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investment-requests/clear-tokens-assigned Patch clear investment request assigned tokens Investment Requests
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investment-requests/token-issuance-ids Patch investment requests with token issuance ids Investment Requests
PUT /api/v1/issuers/{issuerId}/investors/{investorId}/webhook-from-docusign Check and confirm investment request Investment Requests
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-requests get investment requests by token id Investment Requests
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests/{investmentRequestId}/finalize finalize investment request Investment Requests
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/bulk-issuance-info get usersIds with tokens assigned Investment Requests
GET /api/v1/{investmentRequestId}/amount-funded get investment request total amount funded Investment Requests
GET /api/v1/investment-requests get investment requests Investment Requests
GET /api/v1/investment-requests/{id} get investment requests Investment Requests
DELETE /api/v1/investment-requests/{id} delete investment requests by id Investment Requests
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/investment-requests/{investmentRequestId}/subscription-agreement-status-logs Get investment request subscription agreement status logs Investment Requests
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets Get investor's deposit wallets Deposit Wallets
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets Create deposit wallet Deposit Wallets
DELETE /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets Delete deposit wallet Deposit Wallets
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets/{depositWalletId} Get deposit wallet by id Deposit Wallets
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets/{depositWalletId} Update deposit wallet Deposit Wallets
DELETE /api/v1/issuers/{issuerId}/investors/{investorId}/deposit-wallets Delete deposit wallet Deposit Wallets
GET /api/v1/issuers/{issuerId}/investors/{investorId}/deposit-wallets No description Deposit Wallets
GET /api/v2/issuers/{issuerId}/investors/{investorId}/deposit-wallets Get investor's deposit wallets Deposit Wallets V2
GET /api/v1/investment-rounds Get investment rounds for tokens by issuer Id Investment Rounds
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds Get token's investment rounds Investment Rounds
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds Create investment round Investment Rounds
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId} Get investment round by id Investment Rounds
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId} Update investment round by id Investment Rounds
DELETE /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId} Update investment round by id Investment Rounds
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/investment-rounds/{investmentRoundId}/investors/{investorId}/deposit-wallets/{depositWalletId}/deposit-transactions Get deposit transactions for investor & wallet Deposit Transactions
GET /api/v1/issuers/{issuerId}/tokens/{tokenId}/deposit-transactions Get deposit transactions for issuer & token Deposit Transactions
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets/{depositWalletId}/deposit-transactions Create a deposit transaction Deposit Transactions
PATCH /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets/{depositWalletId}/deposit-transactions/{depositTransactionId} Update a deposit transaction by id Deposit Transactions
DELETE /api/v1/issuers/{issuerId}/tokens/{tokenId}/investors/{investorId}/deposit-wallets/{depositWalletId}/deposit-transactions/{depositTransactionId} Delete a deposit transaction by id Deposit Transactions
GET /api/v1/issuers/{issuerId}/investors/{investorId}/deposit-transactions Get all investor's transactions Deposit Transactions
GET /api/v2/issuers/{issuerId}/investors/{investorId}/deposit-transactions Get all investor's transactions with pagination Deposit Transactions V2
POST /api/v1/issuers/{issuerId}/tokens/{tokenId}/import-investments Import investments Investment Import
GET /health checks for db connection Health Check