Get Claims

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