API Reference

Authentication Overview

Before you can interact with protected resources in the Momentum API, you must first authenticate. Authentication ensures that only verified users and applications can access organization-specific data.

The authentication process begins with the Login endpoint. By submitting valid credentials (email and password), you’ll receive a Bearer access token. This token acts as your digital key to the API:

  1. Login — Call the /login endpoint with your credentials.
  2. Receive Token — On success, the API returns a short-lived access token.
  3. Use Token — Include this token in the Authorization header of all subsequent requests.