MyCover AI
Search
⌃K

Transactions

View purchases and renewals made by your customers
View a list of all the transactions you’ve done on your integration. This endpoint describes how to view customer purchases and renewals. You can also query specific transactions using the appropriate reference.

View Purchases

See a list of all the purchases made by your customers.
get
https://staging.api.mycover.ai/
v1/purchase

Search Purchase

You can search and find claims using any of the following queries as strings;
get
https://staging.api.mycover.ai/
v1/purchase/search

Get Purchase Details

Get specific purchase details of a customer using a unique purchase ID
get
https://staging.api.mycover.ai/
v1/purchase/{purchase_id}

View Renewals

See a list of all the purchases made by your customers.
get
https://staging.api.mycover.ai/
v1/renewals

Search Renewal

You can search and find claims using any of the following queries as strings;
get
https://staging.api.mycover.ai/
v1/renewals/search

Get Renewal Details

Get specific renewal details of a customer using a unique renewal ID
get
https://staging.api.mycover.ai/
v1/renewals/{renewal_id}