Get Insurances List
Fetch list of insurances available for a user.
get
https://api.terminal.africa/v1
/insurance
/insurance/?perPage=10
This endpoint allows you to retrieve a list of insurance premiums available for a user.
Parameters
Query
status
Status of insurance purchase. Must be one of confirmed, pending or failed.
perPage
Specify how many records will be included in a single response. Defaults to 100.
page
Specify what page will be included in a single response. Defaults to 1.
Header
Authorization
Set value to
Bearer SECRET_KEY
Content-Type
Responses
200: OK
Insurances retrieved successfully
Last modified 9mo ago