Quickstart

This guide will get you all set up and ready to use the Stacc SBL API. We'll cover how to get started. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API.

Making your first API request

You will first have to authenticate towards our authentication server. Take a look at the authentication guide, to learn how to fetch a token. After that you are ready to start initiating SBL flows.

POST
/flows
curl -G https://api.sbl.express.stacc.live/api/flow-definitions/sbl \
  -H "Authorization: Bearer {token}" \
  -d '{}'

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the SBLs API:

Was this page helpful?