Get Claim
Fetch details of a specific claim.
get
https://api.terminal.africa/v1
/claims/:claim_id
/claim/:claim_id
This endpoint allows you to get a full details for a specfic claim.
Parameters
Path
claim_id
String
Unique reference for claim. Must be provided if insurance_id is not provided.
insurance_id
String
Unique reference for insurance. Must be provided if claim_id is not provided.
Header
Authorization*
String
Set value to
Bearer SECRET_KEY
Content-Type
String
Set value to
application/json
Responses
200: OK
Claim retrieved successfully.
Last modified 6mo ago