API V4 Documentation reference - Technical

The intended audience of this document is technical users that are wanting to implement the Core Inspection API to automate operations or integrate to external systems. An understanding of JSON, API structures and programming is assumed.


Security

The API uses basic authentication for all operations. A valid user is an admin in core inspection where the username is your {email address}.


Checking your connection 

A simple test is to access via Postman (which can either be done directly online or downloaded) through a simple GET list command such as /branches as per the image below.


This should result in a 200 response code and example output like the below.


Method definition 

A full list of is available interfaces online through a swagger interface at https://api4.coreinspection.com/swagger/. This will develop over time and is always best to check here for any updates.