API reference

HTTP methods

How the Firmable API uses standard HTTP verbs.

GETRetrieving data

GET retrieves data from the API. Query parameters handle filtering, sorting, and pagination.

curl "https://api.firmable.com/company?ln_slug=smec" \
  -H "Authorization: Bearer <FIRMABLE_API_KEY>"

POSTSending a request body

POST is used where a request carries a JSON body — for example People Search, which takes search filters in the body.

← Authentication Next: Rate limits →