API reference

Authentication

Firmable uses bearer token authentication. Add your key to the Authorization header on every request.

Bearer token

Keys have the format fbl_xxx and are managed in the Dashboard. Pass the key in the Authorization header:

curl "https://api.firmable.com/company?ln_slug=smec" \
  -H "Authorization: Bearer fbl_xxx"
Always keep your key safe, and reset it immediately if you suspect it has been compromised.

← Creating API keys Next: HTTP methods →