Bearer Token

When requesting resources, you will need your Firmable key — you will find it in the Dashboard. Here’s how to add the key to the request header using cURL:
curl https://api.firmable.com/company/... \
  -H "Authorization: Bearer fbl_xxx"
Always keep your root safe and reset it if you suspect it has been compromised.