Authentication
Simply provide your API token after the keyword token
. Currently there is only one token per account, reach out to us if you don't know your API token or want it reset.
curl \
--location 'https://app.yourbarmate.com/api/reports/inspections' \
--header 'accept: application/json' \
--header 'authorization: token ${token}'