Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firmable.com/llms.txt

Use this file to discover all available pages before exploring further.

GET

GET methods are used for reading data. Filtering, sorting, or pagination is done via query parameters.
curl "https://api.firmable.com/company?ln_slug=company_slug" \
  -H "Authorization: Bearer <FIRMABLE_API_KEY>"