Vertical Insure
Reports

Get Marketing Payout Report

GET
/v2/report/marketing-payouts/{report_id}
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

Path Parameters

report_idstring
Formatuuid

Response Body

application/json

curl -X GET "https://api.verticalinsure.com/v2/report/marketing-payouts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "report": {
    "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"
  },
  "banking": {
    "ach_account_number": "string",
    "ach_routing_number": "string",
    "ach_account_type": "CHECKING",
    "ach_account_name": "string",
    "eft_bank_code": "string"
  }
}