Skip to main content
GET
Download Campaign Report

Generating the Signature

A unique signature must be passed in the headers to verify the caller’s authenticity. The signature is SHA256(Api_ID + "|" + FILENAME + "|" + SECRET_KEY).
Expiry: The generated reports will expire in 7 days from the date of creation.
Max Range: You can generate reports for up to 90 days.

Authorizations

Signature
string
header
required

Custom SHA256 Signature.

Headers

Signature
string
required

A custom signature generated by SHA256(Api_ID + "|" + FILENAME + "|" + SECRET_KEY).

Path Parameters

APP_ID
string
required

Your MoEngage App ID (Workspace ID). Can be fetched from Settings > Account > APIs.

FILENAME
string
required

The name of the report file to download. It is a combination of report name, generation date, and file format. Example: Report_test_20210217.zip

Response

Successful API request automatically downloads the report file.

The response is of type file.