Fitbord Docs

Authentication

How to authenticate requests to the Fitbord API with bearer tokens and guards.

Fitbord has three authentication guards, each for a different kind of caller:

  • users — space owners, managers, and staff using the dashboard.
  • staffs — Fitbord platform administrators.
  • customers — members using the customer portal.

Bearer tokens

Authenticate by sending an access token in the Authorization header:

Authorization: Bearer <your-access-token>

Choosing a guard

Use the users guard for space-management integrations and the customers guard for member-facing portal integrations. Each token is scoped to the guard it was issued for.

On this page