Become a Shipping API Partner | Cabrella | Shipping Apps

Cabrella API Capabilities

Cabrella is the technological next step in shipping insurance. Up until now, any business that ships goods to their customers could only insure their shipments from the carrier itself or a seperate 3rd party system — causing fragmentation. Cabrella's advanced software solutions allow for companies to obtain rates, bind coverage, file claims and more seamlessly. Higher efficiency. Better Protection. Lower Costs.

Apply for Membership
	
var client = new RestClient("__YOUR_API_URI__") {
             Authenticator = new HttpBasicAuthenticator
             ("__YOUR_API_KEY__",
             "__YOUR_API_PASSWORD__"),
             Timeout = -1
};
var request = new RestRequest(Method.GET);
request.AddHeader("content-type", "application/json");
request.AddParameter("userId", "__YOUR_ACCOUNT_USERID__");
request.AddParameter("carrier", 1, ParameterType.QueryString);
request.AddParameter("declaredValue", 500, ParameterType.QueryString);
request.AddParameter("shipFrom", "US", ParameterType.QueryString);
request.AddParameter("shipTo", "US", ParameterType.QueryString);
var response = client.Execute(request);
Console.WriteLine(response.Content);
	
	
import requests, base64
basicAuth = base64.b64encode("__YOUR_API_KEY__" + ":" + "__YOUR_API_PASSWORD__")
url = "__YOUR_API_URI__?userId=__YOUR_ACCOUNT_USERID__&carrier=1&declaredValue=500&shipFrom=US&shipTo=US"
payload={}
headers = {
  "Authorization": "Basic " + basicAuth)
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
	

A Flexible API Integration

Let our API do the work for you. A simple and low cost integration is all it takes to run Cabrella in your system. Help protect your business and products with the next technological advancement in the insurance industry.

Quickly Integrate with Any
Shipping or Logistics Platform

How Cabrella Shipping Insurance API Helps You

Cabrellas integrated API solutions can help 3rd party companies in many ways, including:

Rating API

Send package information to Cabrella for specific rating based on characteristics of individual shipments including values, origin, destination, carrier and more.

Coverage API

Packages sent for rating to Cabrella that are outside of underwriting agreements are returned accordingly with relevant information (i.e. limit, carrier & destination concerns)

Transaction API

For any insurance bound, all relevant information is sent to Cabrella creating a unique transaction and certificate number - all available in the user account. Cabrella also supports voided order functionality.

Claim API

File claims electronically for adjustment via API.


Other

Cabrella has custom solutions for Label Generation via API as well as certificates of insurance and other related tasks common to logistics.

Integrate and Insure Seamlessly.

Why overpay for insurance when you can both save and streamline your insurance process with Cabrella?

Request Your Demo Today