Fetch Risk items
Endpoints
GET
GET
How to get the data
Get the data of a given Risk Item
GET
https://app.insurehero.io/api/shield/integrations/v1/risk-items/:riskItemId
Headers
Authorization*
string
Bearer access token
Path Parameters
riskItemId*
string
Risk item identifier
Example response
Get all Risk Items
Paginated list of all risk items. Page size cannot exceed 100 records at a time.
GET
https://app.insurehero.io/api/shield/integrations/v1/risk-items
Headers
Authorization*
string
Bearer access token
Query Parameters
from*
string
Starting record index
to*
string
Ending record index
Example response
Additional Attributes
Risk Item Details
id
string
Unique identifier for the risk item.
authorized_claimants
object []
List of people authorized to make claims related to this risk item.
package_id
string
Identifier of the associated package.
start_date
string
Date when the coverage starts.
end_date
string
Date when the coverage ends.
beneficiaries
object[]
List of beneficiaries covered by the insurance.
insured_subject
object
Information about the insured cargo or item.
status
string
Current status of the risk item.
uid
string
Unique identifier assigned to the risk item.
assets
object[]
Additional assets related to the risk item.
metadata
object
Additional metadata including delivery stops.
policy_id
string
Identifier of the associated policy.
Insured Subject Details
identifier_value
string
Unique identifier for the insured subject.
identifier_type
string
Type of identifier.
ruc
string
RUC number of the insured company.
driver_id
string
Identifier of the driver responsible for transport.
group_uid
string
Group unique identifier.
group_name
string
Name of the insured group.
policy_note
string
Special notes related to the policy.
guide_number
string
Reference guide number.
plate_number
string
License plate number of the insured vehicle.
subject_type
string
Type of insured subject.
invoice_count
number
Number of invoices related to this risk item.
departure_city
string
City of departure for the insured item.
departure_date
string
Date and time of departure.
content_category
string
Category of the insured content.
departure_coords
string
GPS coordinates of the departure location.
destination_city
string
City of destination for the insured item.
driver_full_name
string
Full name of the responsible driver.
primary_category
string
Primary category of the insured item.
business_industry
string
Industry sector related to the insured subject.
policy_observations
string
Additional observations about the policy.
total_insured_value
number
Total insured value of the risk item.
Metadata - Delivery Stops
delivery_stops
object
Information about the delivery stops.
final_coords
string
GPS coordinates of the final delivery destination.
destination_invoice_id
string
Invoice ID related to the delivery stop.
Delivery Items
item_sku
string
Stock Keeping Unit (SKU) identifier of the item.
item_cost
number
Cost of the item.
item_name
string
Name of the item.
item_expiry
string
Expiration date of the item.
item_quantity
number
Quantity of items being delivered.
Last updated