GET /affiliate/sales_report

Gets Sales Report for Affiliate.

Responses

  • 200 application/json

    Resposne with a text message field.

    Hide response attribute Show response attribute object
    • text string Required

      Response text

  • 401 application/json

    Unauthorized

    Hide response attributes Show response attributes object
    • code string Required
    • message string Required
GET /affiliate/sales_report
curl \
 --request GET 'https://my.interserver.net/apiv2/affiliate/sales_report' \
 --header "X-API-KEY: $API_KEY"
Response examples (200)
{
  "text": "You were successfull."
}
Response examples (401)
{
  "code": "string",
  "message": "string"
}