Polices
This section details all the endpoints needed to view the individual policies of your customers. You can query active policyholders on your integration.
Use the following endpoint to list all the policies on your integration.
get
https://staging.api.mycover.ai/
v1/policies
Fetch all policies under a distributor
Search and filter for policies by their status, dates or customer details.
get
https://staging.api.mycover.ai/
v1/policies/search
Search for policies based on certain parameters
View the policy details of a single customer on your integration.
get
https://staging.api.mycover.ai/
v1/policies/get-customer-policy
Fetch a single customer policy
View the details of a single policy using the policy ID.
get
https://staging.api.mycover.ai/
v1/policies/{policy_id}
Fetch a policy details by ID
Last modified 5mo ago