API Intro
Let's discover the LOBOS API.
Getting Started​
The Lobos API is a REST-ish JSON API. Use the navigation to browse through the available endpoints grouped by topics.
General request constraints​
As it is possible to run several shops/apps on the same API, each request needs to have the following headers:
webshopId
businessUnit
Endpoints requiring authentication​
If an endpoint request needs to be authenticated it is flagged with:
**Auth required** : Yes
These requests require the Authorization header to be present and to contain a valid bearer token. The token will be provided in the response of a successful request to the login endpoint.