When you make an API call, you receive result in response. The result is received in JSON format and contains the following:
- messageId
- totalRejectedRecipients
- totalAcceptedReceipants
The following is a sample for API call response:
{ “result”: { “ID”: “50cffle8-3c5d-11ea-a481-0242acle3125”, “TotalAcceptedRecepients”: 1, “TotalRejectedRecepients”: 0 } }