Authentication
Using the API on a client's behalf
1. Obtain the API credentials
2. Use the token
curl -X GET \
'https://api.beefast.eu/v2/delivery' \
-H 'Authorization: Bearer THE_TOKEN' \
-H 'Content-Type: application/json' \
-H 'cache-control: no-cache'Last updated