nowcerts_policy_get
Retrieve specific insurance policy details from NowCerts by providing the policy ID to access policy information and documents.
Instructions
Get a specific policy or policies using /PolicyList
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | No | Policy ID to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"policy_id": {
"description": "Policy ID to retrieve",
"type": "string"
}
},
"type": "object"
}