Vertical Insure
Policies

Regenerate Policy Document

Force the regeneration of policy document

POST
/v1/policies/{policy_number}/document/regenerate

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

Path Parameters

policy_number*string

Response Body

application/json

curl -X POST "https://api.verticalinsure.com/v1/policies/string/document/regenerate"
Empty
{
  "error": "string",
  "error_code": "string",
  "message": "string",
  "reason": "string",
  "status": 0
}