Customers
Manage your customers
Our Verification API allows you to perform the KYC process for customers easily.
See a list of customers that have purchased a product
get
https://staging.api.mycover.ai/
v1/customers/has-purchased
View Customer Details by unique customer ID
get
https://staging.api.mycover.ai/
v1/customers/{customer_id}
See customer’s purchase details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/purchases/{customer_id}
See customer’s renewal details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/renewals/{customer_id}
See customer’s policy details, dates and transaction info
get
https://staging.api.mycover.ai/
v1/customers/policies/{customer_id}
List claims made by customers
get
https://staging.api.mycover.ai/
v1/customers/claims/{customer_id}
Last modified 1yr ago