Skip to content

Angelis Backend API

The Angelis Backend is a FastAPI service that powers all core workforce management operations. All routes are mounted under /angelis. Authentication is via JWT bearer token issued by the CIAM service.

Include the JWT token in every request:

Authorization: Bearer <token>

Tokens are obtained via the CIAM Auth API.