Send subscription

POST {{baseUrl}}/api/subscriptions/:id/send

Send the existing subscription immediately. You obtain the authorization token needed to execute the request using POST /auth/login; You pass the authorization token in the request header. You obtain the project ID using GET /projects.You identify the project by specifying the project ID in the request; You identify the subscription by specifying the subscription ID in the request; you obtain the subscription ID using GET /subscriptions/. You provide the information to send the subscription ID in the path parameter of the request. If the content is prompted and user wants to update answers, user can answer prompts and then provide content id and instance id as body.

Request Params

KeyDatatypeRequiredDescription
fieldsstringComma separated top-level field whitelist. This allows client to selectively retrieve part of the response model. If specified, extra filtering will be applied, and for top-level object (if root model is an array, each array element), only the listed fields will be kept in the response. e.g. "id,elements" means to keep only the "id" field and the whole "elements" array field, omitting all other fields of top-level response model.

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token
X-MSTR-ProjectIDstring(Required) Project ID
Content-Typestring