MyCover AI
Search
⌃K

Customers

Manage your customers
Our Verification API allows you to perform the KYC process for customers easily.

View Active Customers

See a list of customers that have purchased a product
get
https://staging.api.mycover.ai/
v1/customers/has-purchased

View Customer Details by ID

View Customer Details by unique customer ID
get
https://staging.api.mycover.ai/
v1/customers/{customer_id}

View Purchase History

See customer’s purchase details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/purchases/{customer_id}

View Customer Renewals

See customer’s renewal details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/renewals/{customer_id}

View Policies

See customer’s policy details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/policies/{customer_id}

View Claims

List claims made by customers
get
https://staging.api.mycover.ai/
v1/customers/claims/{customer_id}