To get started, you need first to generate an API token that will allow you to reach our API endpoints. To do so, you need to create an account on Fillbit.

By default, we provide 250 free requests to let you test our API and give you an opinion. After, you will have to subscribe to a plan (Starter, Professional, Enterprise) based on your needs.

Requests are authenticated using HTTP Bearer Auth.

curl 'https://core.fillbit.io/v1/ping' \
  -H 'Authorization: Bearer YOUR_TOKEN'