PeopleOS APIs use JWT (JSON Web Token) authentication:
POST /api/v1/auth/login with your email and passwordAuthorization: Bearer <token>For 2FA-enabled accounts, the login flow includes an additional TOTP verification step. See the API documentation for full endpoint reference.