Create Policy Report
POSThttps://api.verticalinsure.com/v2/report/policy
Begin creating a CSV policy report.
Request
Responses
- 200
create-policy-report 200 response
Authorization: http
name: basic authtype: httpdescription: `Authorization` header with value of `Basic <auth string>` where the `auth string` value is a base64 encoded string of `<client id>:<client secret>` scheme: basic
- curl
- python
- nodejs
- ruby
- php
- CURL
curl -L -X POST 'https://api.verticalinsure.com/v2/report/policy' \
-H 'Accept: application/json'
ResponseClear