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.
Before you can make requests to the Stacc SBL API, you will need to receive a client id and client secret from us. You will then use these to authenticate with our authentication server which responds with a token that you can use.
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.
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: