Business use case
The Get Certificate of Currency API lets you retrieve your customer’s proof of insurance in an encrypted format. This process occurs after completing the Quote and Bind steps. The policy is retrieved using a combination of the Policy ID and your unique partner code.
Technical overview – getCertificateofCurrency
You can access the complete list of environment URLs on the getting started page .
Authentication
API requests are secured using HTTP basic authentication. To learn more about how we manage authentication, head to the security model section on the getting started page.
Field reference – request
This API does not have request fields because it uses the GET HTTP method. The ‘policyNumber’ and ‘intermediaryId’ are mandatory URL parameters needed to locate the right policy.
The ‘partnerCode’ parameter is equivalent to the ‘intermediaryId’ field used in the ‘createPolicyEstmateAndEmailCustomer’ or ‘createPolicyEstimate’ API requests.
You’ll need to apply mandatory REST request headers in addition to above. You can find the full list on the getting started page.