Retrieve data related to a batch file in a specific campaign. This API returns statistics for all messages within the batch file.
GET /v1/insights/campaigns/{batchId}
Authorization: Bearer <access_token>
or
Authorization: Basic <encodedString>
where <encodedString> is your <api-key>:<api-secret> string encoded using Base64 encoding
batchId REQUIRED
string (UUID)
Unique ID assigned to the batch.
None
Returns message statistics for the specified batch file. For details, see the Insights object.
SAMPLE RESPONSE
{
"status": "0000",
"message": "string",
"result": {
"submitted": 100,
"processed": 100,
"rejected": 0,
"sent": 100,
"delivered": 100,
"failed": 0,
"inProgress": 0
}
}
© 2023 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.