accreditation-api¶
Microservice that takes cares of everything related to Investor Accreditation.
Links¶
- Repository: securitize_dev/accreditation-api
- API URL: https://accreditation-api.internal.dev.securitize.io
- Swagger UI: https://accreditation-api.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://accreditation-api:8040
Endpoints (16)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
GET |
/health |
Get status of service health | Health |
GET |
/api/v1/accreditations |
No description | Accreditations |
POST |
/api/v1/accreditations |
No description | Accreditations |
GET |
/api/v1/accreditations/{accreditationId} |
No description | Accreditations |
PUT |
/api/v1/accreditations/{accreditationId} |
No description | Accreditations |
PATCH |
/api/v1/accreditations/{accreditationId} |
No description | Accreditations |
GET |
/api/v1/accreditations/{accreditationId}/attorney-letter |
No description | Accreditations |
GET |
/api/v1/accreditations/{accreditationId}/zip-file |
No description | Accreditations |
PUT |
/api/v1/accreditations/{accreditationId}/attorney |
No description | Accreditations |
POST |
/api/v1/accreditations/{accreditationId}/regenerate-zip |
No description | Accreditations |
GET |
/api/v1/accreditations/investors/{investorId}/expiring |
No description | Accreditations |
PATCH |
/api/v1/accreditations/{accreditationId}/confirm-expiration |
No description | Accreditations |
GET |
/api/v1/attorneys |
No description | Attorneys |
POST |
/api/v1/attorneys |
No description | Attorneys |
GET |
/api/v1/attachments |
No description | Attachments |
GET |
/api/v1/attachments/verification-letter |
No description | Attachments |