CoreBridge API Developer Portal

Please Sign up to create account if you are interested in being notified of API updates, news, etc.

Sign up Explore API

About

The CoreBridge API allows you to create, read, and update information. To utilize the API you will need a CoreBridge plan that supports access to the API. If you are unsure if your current plan allows for API access you can check by emailing our support team at support@corebridge.net

API Base URL and Authentication

To initiate an API call, you will need a few pieces of data from your CoreBridge system. To retrieve that information, please navigate to the Management Module > Global Settings > Services page.

  1. Account Name
    This will be your subdomain for your CoreBridge system. i.e. If you access CoreBridge by visiting https://mycorebridgesystem.corebridge.net then "mycorebridgesystem" system would be your account name that will be inserted into the {businessname} parameter of the API URL.

  2. API Key (API Tag)
    This will be a string of numbers and letters and will be used for authenticating your API calls. When initiating a call you should add the Authorization parameter and set the value equal to "Basic {API Key}" without the quotes.

  3. Franchise
    If you are an independently owned business, the value for the {franchise} parameter will be IND. If you are a member of a franchise that utilizes CoreBridge please email support at support@corebridge.net for your franchise parameter value.

GET /{franchise}/{businessname}/ExCustomer/GetCustomerById/{id}

{
"Id": 9,
"CompanyName": "AAA Towing",
"CompanyPhone": "(555) 555-5555",
"CompanyFax": "(555) 555-5556",
"Website": "www.aaatowing.com",
"FirstName": "John",
"LastName": "Denver",
}

Better Business Management