Vertical Insure
Reports

Create Policy Report

Begin creating a CSV policy report.

POST
/v2/report/policy

Authorization

basic auth
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

start*string

ISO datetime string

Formatdate-time
end*string

ISO datetime string

Formatdate-time
policy_status?|null

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v2/report/policy?start=2023-01-01T00%3A00%3A00Z&end=2023-01-01T00%3A00%3A00Z"
{}