MyCover AI
Search
⌃K

Polices

This section details all the endpoints needed to view the individual policies of your customers. You can query active policyholders on your integration.

View all Policies

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 Policies

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 a Single Customer Policy

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

Get details of a Policy By ID

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