Get started with the APIs
Follow this guide to set up your access and make your first API call.
Follow this guide to set up your access and make your first API call.
Once your application is created:
Once your application is approved, you can test an API call:
curl -X GET "https://api.stef.com/v1/transport/orders" \
-H "X-STEF-Client-Id: <YOUR_APPLICATION_SECRET>" \
-H "Content-Type: application/json"