Building Your First API This guide will walk you through the process of building your own API using Bosbec Workflows. The chapters below include...
GET Units from HTTP-in In this guide, we’ll create an endpoint that returns found unit data in an array. The below is an example...
POST Units to HTTP-in In this guide, we’ll create an endpoint that creates a unit based on the body of a POST request. The...
DELETE Units using HTTP-in In this guide, we’ll create an endpoint that lets you delete a unit based on a specified unit ID using...