Routes

Get collection policy document

GEThttps://api.insurely.com/insurance-collection/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 2023-03-15.

Responses

Document successfully fetched.

Body

application/jsonstring (byte)

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