Terminal Shipping API
Search
⌃
K
Terminal Shipping API
Search
⌃
K
Introduction
Ship with Code
Authentication
Errors
Libraries & Plugins
API ENDPOINTS
Addresses
Carriers
Claims
HS Codes
Insurance
Get Insurance
Get Insurances List
Get Insurance Premium
Get Insurance Premium Using Parcel Value
Purchase Insurance
Packaging
Parcels
Rates
Shipments
Transactions
Users
Webhooks
MISCALLANEOUS
Carriers Available
Carrier Object
Cities
Countries
File Claim Object
Parcel Item
Quick Shipments
Shipment Events
Shipment Extras
States
Webhook Events
Volumetric Weight
Powered By
GitBook
Get Insurance Premium Using Parcel Value
Retrieves total premium for insurance on a specific parcel.
post
https://api.terminal.africa/v1
/insurance/premium
/insurance/premium
This endpoint allows you to retrieve premium charge for insurance coverage.
Parameters
Header
Authorization
*
Set value to
Bearer SECRET_KEY
Content-Type
Set value to
application/json
Body
currency
*
Currency for insurance premium. Defaults to
NGN
. Available options are
AED
,
AUD
,
CAD
,
CNY
,
EUR
,
GBP
,
GHS
,
HKD
,
KES
,
NGN
,
TZS
,
UGX
,
USD
,
ZAR
.
insurance_type
Type of insurance for which premium should be returned. Defaults to
local
. Available options are
local
,
export
.
parcel_value
*
Number
Value of parcel, e.g 20000
Responses
200: OK
Insurance premium for parcel retrieved successfully
Previous
Get Insurance Premium
Next
Purchase Insurance
Last modified
2mo ago