Get Insurances List
Fetch list of insurances available for a user.
/insurance/?perPage=10
GET
https://api.terminal.africa/v1/insurance
This endpoint allows you to retrieve a list of insurance premiums available for a user.
Query Parameters
Name
Type
Description
status
String
Status of insurance purchase. Must be one of confirmed, pending or failed.
perPage
String
Specify how many records will be included in a single response. Defaults to 100.
page
String
Specify what page will be included in a single response. Defaults to 1.
Headers
Name
Type
Description
Authorization
String
Set value to Bearer SECRET_KEY
Content-Type
String
Last updated