Policies

Retrieve Policy Document

GET
/v1/policies/{policy_number}/document

Retrieves a link to a policy document

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

application/json

curl -X GET "https://example.com/v1/policies/string/document"
{  "url": "string"}
{  "error": "string",  "error_code": "string",  "message": "string",  "reason": "string",  "status": 0}