control-panel-bulk-service¶
Control Panel Bulk Service
Links¶
- Repository: securitize_dev/control-panel-bulk-service
- API URL: https://control-panel-bulk-service.internal.dev.securitize.io
- Swagger UI: https://control-panel-bulk-service.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://control-panel-bulk-service:5033
Endpoints (13)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
POST |
/api/v2/sec-id-reverse-sync |
reverse sync investor information to SecID | SecIDReverseSync |
GET |
/health |
checks for db connection | HealthCheck |
POST |
/api/v2/isr-import-investors |
import investors from scv file | IsrImportInvestors |
GET |
/api/v2/isr-import-investors/{issuerId} |
Get investors import progress | IsrImportInvestors |
POST |
/api/v2/isr-run-issuance |
run issuance | IsrRunIssuance |
POST |
/api/v2/isr-import-issuance |
import issuance requests from csv file | IsrImportIssuance |
POST |
/api/v2/isr-import-issuance/validate |
validates import issuance requests from csv file returning a summary indicating errors in the file and a preview of what is going to be imported | IsrImportIssuance |
GET |
/api/v2/isr-import-issuance/status/{issuerId} |
get the status of the last processed or currently active import issuance | IsrImportIssuance |
POST |
/api/v2/isr-import-transaction/validate |
validates import transaction from csv file returning a summary indicating errors in the file and a preview of what is going to be imported | Isr Import Transaction |
GET |
/api/v2/isr-import-transaction/status/{issuerId} |
get the status of the last processed or currently active import transaction | Isr Import Transaction |
POST |
/api/v2/isr-import-transaction |
No description | Isr Import Transaction |
POST |
/api/v2/isr-import-burn/validate |
validates import burn from csv file returning a summary indicating errors in the file and a preview of what is going to be imported | Isr Import Burn |
POST |
/api/v2/isr-import-burn |
Executes the bulk burn operation | Isr Import Burn |