Get all InvestorSubscriptionActions by InvestorSubscription.

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.

ActionTypeEndpoint
AcknowledgeDocumentsubscription-action/<id>/complete
AcknowledgeTextsubscription-action/<id>/complete
SignDocumentdocument/<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.

Language
Credentials
Header
Click Try It! to start a request and see the response here!