get https://sandbox-api.monark-markets.com/primary/v1/investor-subscription-action/investor-subscription/
Get all the actions associated with a specific InvestorSubscription. After all actions are completed, the status of the Subscription will automatically update from Pending to Processing
Different ActionTypes will require different endpoints in order to complete the action. See table below for the relevant endpoints, given each ActionType.
| ActionType | Endpoint |
|---|---|
| AcknowledgeDocument | subscription-action/<id>/complete |
| AcknowledgeText | subscription-action/<id>/complete |
| SignDocument | document/<id>/sign |
Signing Subscription Documents
For Subscription Actions with ActionType set to SignDocument, you first have to complete the Subscription Action through the "Complete an InvestorSubscriptionAction" endpoint/primary/v1/investor-subscription-action/{id}/complete endpoint.
Then, once all SubscriptionActions are complete, you can move the Subscription into Processing by signing the document through the /primary/v1/document/{id}/sign endpoint.
