Get Insurance
Fetch details of a specific insurance.
get
https://api.terminal.africa/v1
/insurance/:insurance_id
/insurance/:insurance_id
This endpoint allows you to retrieve details of a specific insurance purchase.
Parameters
Path
insurance_id
Unique reference for insurance. Must be provided if shipment_id is not provided.
shipment_id
Unique reference for shipment. Must be provided if insurance_id is not provided.
Header
Authorization*
Set value to
Bearer SECRET_KEY
Content-Type
Set value to
application/json
Responses
200: OK
Insurance retrieved successfully.
Last modified 7mo ago