Skip to content

Authentication

Coming Soon

Full authentication documentation is under development.

Overview

The Fixify API supports two authentication methods:

  1. Firebase ID Token — For frontend applications and user-authenticated requests
  2. API JWT — For server-to-server integrations using HS256-signed tokens

Include the token in the authorization header:

authorization: <token>