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:
- Login — Call the
/loginendpoint with your credentials. - Receive Token — On success, the API returns a short-lived access token.
- Use Token — Include this token in the
Authorizationheader of all subsequent requests.
