Authentication

Fit-Ting currently uses token-based authentication with DRF endpoints documented under the Authentication tag.

Sign in

Use the sign-in endpoint to authenticate with a supported provider and obtain session or token credentials depending on the client platform.

Using the playground

For authenticated endpoints, provide your bearer token in Fern’s request authorization flow.

If your environment relies on cookies instead of bearer tokens, use Swagger UI for cookie-based flows during local verification.

  • Sign in
  • Sign out
  • Token rotate
  • Who am I
  • User role update
  • Withdrawal flows