Routes

Get collection policy document

GEThttps://api.insurely.com/insurance/collection/{collectionId}/policy/{policyId}/document/{documentId}

Request

Path Parameters

collectionIdstring
policyIdstring
documentIdstring

Header Parameters

Insurely-Versionstring

Specifies the API version to use. Must match the version of the endpoint you are targeting.

Possible Enum values are 2025-01-01.

Responses

Document successfully fetched.

Body

Schema not found
cURL
curl https://api.insurely.com/insurance/collection/{collectionId}/policy/{policyId}/document/{documentId} \  -H "client-id: <client-id>"