Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Verify Policy Coverage (POST)

Verify the applicability of a policy coverage for a specified loss date under an insurance policy, so that only eligible coverages are processed for claims.
Resource
1/connect/insurance/policies/policyId/coverages/coverageId/verify
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/policies/0YTx0000000001qEAA/coverages/0cYx0000000002fEAA/verify
Available version
65.0
HTTP methods
POST
Path parameter for POST
Parameter Name Type Description Required or Optional Available Version
policyId String ID of the insurance policy that the coverage belongs to. Required 65.0
coverageId String ID of the coverage within the insurance policy to verify the details for. Required 65.0
Request body for POST
JSON example
1{
2  "lossDate": "2025-09-13",
3  "insuredAssetOrParticipantId": "0kaxx000000001dEAA"
4}
Properties
Name Type Description Required or Optional Available Version
insuredAsset​Or​ParticipantId String ID of the insured asset or participant that's related to the policy coverage. Required 65.0
lossDate String Date on which the incident occurred. Required 65.0
Response body for POST
Verify Policy Coverage