Get Policy Report
GEThttps://api.verticalinsure.com/v2/report/policy/:report_id
Check the status of a policy report, get presigned URL
Request
Responses
- 200
get-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 'https://api.verticalinsure.com/v2/report/policy/:report_id' \
-H 'Accept: application/json'
ResponseClear