Quick Start

Explore APIs

2min

Overview

Now that you’re all set up, you can explore our APIs using Postman or the Vehicle Reference App

Using Postman

The OS1 Postman collection significantly simplifies the process of testing our APIs, eliminating the need to write code for each individual endpoint. You’ll use the Client ID, Client Secret, and Tenant URL obtained from the previous step to test API calls.

  1. Open Postman and enter your credentials in the provided Postman environment. These persist as saved variables in your subsequent requests and responses.
  2. Try different API endpoints using the OS1 API documentation as a guide.

Vehicle Reference App

The Vehicle Management App serves as a comprehensive guide that leverages the Participant service to streamline the creation and management of a vehicle fleet. This application comprises two integral components: a frontend app, referred to as the Client, and a backend app, designated as the Server. Both components are bundled into a single repository. To access the reference application, visit our Github repository at https://github.com/OS1-logistics/vehicle-reference-app.