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.
See a list of all the purchases made by your customers.
get
https://staging.api.mycover.ai/
v1/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 specific purchase details of a customer using a unique purchase ID
get
https://staging.api.mycover.ai/
v1/purchase/{purchase_id}
See a list of all the purchases made by your customers.
get
https://staging.api.mycover.ai/
v1/renewals
You can search and find claims using any of the following queries as strings;
get
https://staging.api.mycover.ai/
v1/renewals/search
Get specific renewal details of a customer using a unique renewal ID
get
https://staging.api.mycover.ai/
v1/renewals/{renewal_id}
Last modified 1yr ago