REST API

Viewing Report Subscriptions

For a summary of all report subscriptions, the request format is:
GET https://<
url_prefix>/reporting/v3/report-subscriptions
Summary Report Subscriptions URL Values
Value
Description
<
url_prefix
>
Name of the server from which to download the report. Use one of these values:
  • Test:
    apitest.cybersource.com
  • Production:
    api.cybersource.com
  • Production in India:
    api.in.cybersource.com
For a summary of a single report subscription, the request format is:
GET https://<
url_prefix>/reporting/v3/report-subscriptions/{reportName
}
Single Report Subscription URL Values
Value
Description
Required/ Optional
<
url_prefix
>
Name of the server from which to download the report. Use one of these values:
  • Test:
    apitest.cybersource.com
  • Production:
    api.cybersource.com
  • Production in India:
    api.in.cybersource.com
Required
<
reportName
>
Unique name of the report subscription you want to review.
Required

Responses

This call can return one of the following HTTP status codes:
  • 200: Ok.
  • 400: Invalid request.
  • 404: Report not found.
For detailed information on the responses, including which fields are returned, see the Reporting REST API Reference .