Vertical Insure
Reports

List Marketing Payout Reports

GET
/v2/report/marketing-payouts
AuthorizationBasic <token>

Authorization header with value of Basic <auth string> where the auth string value is a base64 encoded string of <client id>:<client secret>

In: header

Query Parameters

page?integer

Zero based page number of the reports to retrieve

Range0 <= value
size?integer

The number of reports to retrieve

Default20
Range1 <= value

Response Body

application/json

curl -X GET "https://api.verticalinsure.com/v2/report/marketing-payouts"
{
  "content": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "period": "string",
      "partner_id": "6a3a39f6-861b-4a48-b868-5de838400e06",
      "total_commission": 0,
      "report_key": "string",
      "report_bucket": "string",
      "partner_payout_ach_id": "b7e7c512-cde0-4d5d-a2b6-bbd071e13aec",
      "is_test": true,
      "paid": true,
      "payout_report_status": "INTERNAL_REVIEW",
      "created_at": "2019-08-24T14:15:22Z",
      "updated_at": "2019-08-24T14:15:22Z"
    }
  ],
  "pageable": {
    "order_by": [
      {
        "ignore_case": true,
        "direction": "ASC",
        "property": "string",
        "ascending": true
      }
    ],
    "number": 0,
    "size": 0,
    "sort": {
      "order_by": [
        {
          "ignore_case": true,
          "direction": "ASC",
          "property": "string",
          "ascending": true
        }
      ]
    }
  },
  "page_number": 0,
  "offset": 0,
  "size": 0,
  "empty": true,
  "number_of_elements": 0,
  "totalSize": 0,
  "totalPages": 0
}